diff options
Diffstat (limited to 'src/crystfel_gui.c')
-rw-r--r-- | src/crystfel_gui.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/crystfel_gui.c b/src/crystfel_gui.c index 7f4f29f0..3d07f35b 100644 --- a/src/crystfel_gui.c +++ b/src/crystfel_gui.c @@ -145,10 +145,8 @@ static void update_imageview(struct crystfelproject *proj) } image = stream_read_chunk(proj->stream, - STREAM_UNITCELL - | STREAM_REFLECTIONS + STREAM_REFLECTIONS | STREAM_PEAKS - | STREAM_CRYSTALS | STREAM_IMAGE_DATA); if ( image == NULL ) { |