Closed YooSunYoung closed 1 month ago
Is this for some non-compliant Nexus files, or why can't we use ScippNexus?
The 2d detector images are stored in int16
, it crashes with scippnexus.
Or is there a way you can skip incompatible part?
Hmm...! I was wrong. I thought scippnexus raised an error when loading the images but it seems okay. I replaced the h5py to scippnexus.
I just need to update the dependencies to run the CI.
We decided not to use data array to separate images, but the dictionary. I'll reopen it when it's fixed.
Related to #34
Reference: https://github.com/scipp/ess-legacy/blob/683747138f1775d106809bf17bf5f56b75d6e0d3/imaging/helper_funcs.py#L41-L68
TODO