Open nvaytet opened 2 months ago
Alternatively, chexus
may need to check that NXlog
has a value and raise a warning if it does not?
Currently, a warning is raised by scippnexus
when trying to load such a log, but chexus
does not catch it.
As far as I understand NeXus, anything that is a "number" can also become a time-dependent NXlog. See for example NXtransformations, ...
According to the nexus standard,
top_dead_center
in the nexus files should beNX_NUMBER
. But in some files, it is found to beNXlog
. Chexus does not seem to pick this up?