cctbx / dxtbx

Diffraction Experiment Toolbox
BSD 3-Clause "New" or "Revised" License
2 stars 12 forks source link

Remove the "NearlyNexus" rewriter and natively support format #273

Open graeme-winter opened 3 years ago

graeme-winter commented 3 years ago

For "historical reasons" for Eiger data natively written with older filewriter versions we do not directly support the reading of the data but instead perform an in-memory rewrite of the metadata to a more correct NeXus format then work with this.

This has the unfortunate side-effect of needing the data to have write permission in order to read it (because of how HDF5 links work)

Propose:

Benefit:

phyy-nx commented 3 years ago

👍