diff options
Diffstat (limited to 'libcrystfel/src/stream.c')
-rw-r--r-- | libcrystfel/src/stream.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libcrystfel/src/stream.c b/libcrystfel/src/stream.c index 47438614..ba6e13c8 100644 --- a/libcrystfel/src/stream.c +++ b/libcrystfel/src/stream.c @@ -1082,7 +1082,6 @@ struct image *stream_read_chunk(Stream *st, StreamFlags srf) image_set_zero_data(image, st->dtempl_read); image_set_zero_mask(image, st->dtempl_read); } - /* FIXME: Maybe arbitrary spectrum from file (?) */ image->spectrum = spectrum_generate_gaussian(image->lambda, image->bw); return image; |