FAIRmat-NFDI / pynxtools-em

Harmonize electron microscopy data and metadata for research data management using NeXus
https://fairmat-nfdi.github.io/pynxtools-em/
Apache License 2.0
1 stars 0 forks source link

Release code design restriction that HDF5 EBSD #63

Closed mkuehbach closed 1 week ago

mkuehbach commented 3 weeks ago

HDF5 parsers currently collect first everything and then pass to pyxem for plotting, instead make ori plotting functions calls from within these individual parsers. Will remove nxs_pyxem parser as such but make it a utility, this is cleaner to later add support for other technique such as EDS that is also shipped via same HDF5 files. APEX is one example that does this already.

Testing: