Skip to content

ANSTO DAE Support

calltl edited this page Mar 4, 2013 · 3 revisions

ANSTO DAE Support is a set of tools for supporting the data acqusition electronics (or known as the histogram server) on ANSTO's neutron beam instruments.

Available Plug-ins:

Live Data Retriever

// Create a new instance of a retriever
ILiveDataRetriever retriever = new LiveDataRetriever();
// Download a HDF data file from the histogram server with type total histogram xy
URI fileHandle = retriever.getHDFFileHandle("localhost", 8081, HistogramType.TOTAL_HISTO_XY);

DAE Restlet

Examples http://localhost/dae/rest/image?type=TOTAL_HISTOGRAM_X&scaling_type=LIN&screen_size_x=800&screen_size_y=400

Clone this wiki locally