-
Notifications
You must be signed in to change notification settings - Fork 5
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:
- 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);
Home | Developer Guide | Copyright © 2013 ANSTO