Doeke Hekstra

Results 8 comments of Doeke Hekstra

Observation: in my use of this procedure in VALDO, I get better final results (difference map peak heights) for the isotropic scaling approach than for the anisotropic approach. It is...

Does this/could this also address https://github.com/rs-station/reciprocalspaceship/issues/213 ?

@kmdalton, what is the status of this? I'm revisiting some stream files next week, and could test drive your parser.

that's alright. I have a slow but functional parser.

for future reference, I did this the other day by mostly a simple find and replace on rs.mtzdump. I asked @LuisA92 to make a corresponding fix to rs.read_cif() to better...

My use case is, of course, specific, but the point is general: `_parse_stream()` already returns a dictionary with keys and values. I am simply asking for the option for `read_crystfel()`...

That can work. In that case, could we turn lines 238-268 in `crystfel.py` into another function that can be called, e.g. `dict_to_dataset()` or so? That would allow me to write...

Let's keep this open until I get a chance to try that. I expect that https://github.com/rs-station/reciprocalspaceship/pull/260 does everything I need to, but I have not tested it yet.