BCDA-APS / gemviz

Data visualization for tiled
https://bcda-aps.github.io/gemviz/
Other
4 stars 0 forks source link

Save run(s) to NeXus HDF5 file #79

Open prjemian opened 1 year ago

prjemian commented 1 year ago

Keep in mind that the names of things (such as detectors) might not be allowable HDF5 dataset names. Use a safe_nexus_name() function to ensure non-compliant names are converted. As per the NXdata documentation, use the @long_name attribute to preserve the original name. If this attribute is found, it will (should) be used in any graphics such as a plot.

prjemian commented 1 year ago

FWIW: The apstools.callbacks.nexus_writer.NXWriter() class writes raw data to a NeXus file.