diff options
Diffstat (limited to 'libcrystfel/src/stream.c')
-rw-r--r-- | libcrystfel/src/stream.c | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/libcrystfel/src/stream.c b/libcrystfel/src/stream.c index f4f757f3..e4c3b333 100644 --- a/libcrystfel/src/stream.c +++ b/libcrystfel/src/stream.c @@ -991,14 +991,7 @@ struct image *stream_read_chunk(Stream *st, StreamFlags srf) if ( have_filename && have_ev ) { /* Success */ create_detgeom(image, st->dtempl); - if ( srf & STREAM_IMAGE_DATA ) { - image_read_image_data(image, - st->dtempl, - image->filename, - image->ev); - } else { - image_set_zero_data(image, st->dtempl); - } + image_set_zero_data(image, st->dtempl); image_set_zero_mask(image, st->dtempl); return image; } |