FAIRmat-NFDI / data-modeling

3 stars 1 forks source link

hdf5 group names for repeating sections is not brought properly to nx_name (see ellips ENTRY (it should be entry) or ENTRY/USER (which should be user)) #57

Open sanbrock opened 1 year ago

sanbrock commented 1 year ago

nx_name is indeed set. e.g.
print(archive.nexus.NXellipsometry.ENTRY[0].USER[0].nx_name)
prints 'user'

problem is that although there is such Property defined in the schema, its actual value is not anymore serialised together with the object, because it is not anymore a Quantity (or a newly introduced Attribute).