Doeke Hekstra

Results 4 issues of Doeke Hekstra

When trying to read a MarCCD image from an old MarCCD detector (165, I believe), I encounter the following error: ``` WARNING:fabio.tifimage:Unable to read /n/hekstra_lab/projects/laue-dials-tests/hemoglobin_TR/data/new_imgs/HbI5a_off_019.mccd with TiffIO due to cannot...

question

It would be helpful to optionally return the keys of the dictionary that `_parse_stream` in `io/crystfel.py` produces when calling `rs.read_crystfel`. My use case is working with stream files produced by...

Problem: Derek was trying to construct an `rs.DataSet` object from NumPy arrays (h, k, l, wave, etc.) for unmerged data. The following, ``` ds = rs.DataSet({"H":h, "K":k, "L":l, "WAVE": wave,...

bug