Skip to content

Instantly share code, notes, and snippets.

View elena-pascal's full-sized avatar

Elena Pascal elena-pascal

View GitHub Profile
@elena-pascal
elena-pascal / refl_loader.py
Created December 10, 2021 10:47 — forked from ndevenish/refl_loader.py
Loading DIALS reflection tables with only Numpy
"""
DIALS .refl file loader
This loads msgpack-type DIALS reflection files, without having DIALS or
cctbx in the python environment.
Note: All modern .refl files are at time of writing msgpack-based. Some
much older files might be in pickle format, which this doesn't read).
Usage: