From 0972792a889f6614c08380f52b08d919b7da31d1 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Tue, 27 Oct 2020 15:27:52 +0100 Subject: Add a new StreamFlag for generating the detgeom structure This is a hack, and should be replaced by something which gets the metadata from the stream rather than hitting the read image file every time. --- src/gui_project.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/gui_project.c b/src/gui_project.c index 38e800ba..0c7d5502 100644 --- a/src/gui_project.c +++ b/src/gui_project.c @@ -865,7 +865,8 @@ struct image *find_result(struct crystfelproject *proj, } image = stream_read_chunk(st, STREAM_REFLECTIONS - | STREAM_PEAKS); + | STREAM_PEAKS + | STREAM_DATA_DETGEOM); stream_close(st); return image; -- cgit v1.2.3