scipp / scippnexus

h5py-like utility for NeXus files with seamless scipp integration
https://scipp.github.io/scippnexus/
BSD 3-Clause "New" or "Revised" License
3 stars 3 forks source link

Fix issue with dims setup for NXdetector with event data #133

Closed SimonHeybrock closed 1 year ago

SimonHeybrock commented 1 year ago

NXdetector initialized the dims of the detector_number field, but NXdata subsequently called NXobject.init, which overrode this.

Furthermore, the dim guessing logic ignored event-signals.

After this, the AMOR file now correctly loads the NXdetector as a DataArray.