Script to convert Dectris Eiger2 CdTe 1M HDF5 (.h5) data to Bruker (.sfrm) format and prepare SAINT (Bruker SAINT+ Integration Engine V8.35A) X-ray Aperture (xa) integration masks
It is currently designed to be used with data collected at SPring-8/BL02B1
- Sloppy workaround to handle master.h5 files that contain more than one run (and split runs)
- RUNLIST = [(chi angle, 2-theta, run number), (...), ...]
- _ARGS._RUNLIST = [( 0.000, 0.000, 1), ( 0.000, 0.000, 1), (15.000, 0.000, 2), (15.000, 0.000, 2)]
- Doesn't write a mask (yet)
- This program is distributed in the hope that it will be useful but WITHOUT ANY WARRANTY
- Bruker is not associated with this software and will not support this
- Dectris is not associated with this software and will not support this
Python 3.5 or later
- numpy (1.16.3)
- h5py (2.10.0)
- hdf5plugin (2.1.1)