How to load from a NeXus data file
The GumTree datastructure plug-in has provided a convenience way of loading data file from the NeXus convention.
import au.gov.ansto.bragg.datastructures.nexus.NexusUtils; // Find the first data group from a file Group data = NexusUtils.getNexusData(new File("c:/data/data123.hdf").toURI());