diff options
author | Thomas White <taw@physics.org> | 2015-05-15 16:23:33 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2015-05-19 13:57:52 +0200 |
commit | 6e6102c7a6a6c4cc9644d4c03bc7077aa707bfab (patch) | |
tree | 1d9cc8bbb4bf2321829a4f1f7e8548617826bb4e /libcrystfel/src | |
parent | 45475fd360e966ca85dc11fd8f15307073f767ab (diff) |
Set panel when reading reflections from stream
Diffstat (limited to 'libcrystfel/src')
-rw-r--r-- | libcrystfel/src/stream.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libcrystfel/src/stream.c b/libcrystfel/src/stream.c index abc08c06..808149e3 100644 --- a/libcrystfel/src/stream.c +++ b/libcrystfel/src/stream.c @@ -320,6 +320,7 @@ static RefList *read_stream_reflections_2_3(FILE *fh, struct detector *det) write_fs = fs - p->orig_min_fs + p->min_fs; write_ss = ss - p->orig_min_ss + p->min_ss; set_detector_pos(refl, write_fs, write_ss); + set_panel(refl, p); } set_esd_intensity(refl, sigma); set_peak(refl, pk); |