FAIRmat-NFDI / nexus_definitions

Definitions of the NeXus Standard File Structure and Contents
https://manual.nexusformat.org/
Other
6 stars 8 forks source link

Temporarily disable NXdata_mpes* classes #214

Closed lukaspie closed 5 months ago

lukaspie commented 5 months ago

There were several problems with the new NXdatampes* base classes: 1) h5web only provides a data view for NXdata classes 2) we were extending NXdata in NXdata_mpes (i.e., base class inheritance), but still copied over all the fields from NXdata

Therefore, we have decided to temporarily disable the uses of these base classes so that our examples can work for the workshop. We will enable them again shortly afterwards. However, then we will aim for directly using them with base class inheritance (without copying manually).

I left the NXprocess_mpes as it is since it doesn't contain any views.