ANSTO DAE Support - Gumtree/gumtree GitHub Wiki
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:
- org.gumtree.dae.core - common services
- org.gumtree.dae.server - server side support
// 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);