aboutsummaryrefslogtreecommitdiff
path: root/src/gui_project.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2022-08-23 15:56:57 +0200
committerThomas White <taw@physics.org>2022-08-23 16:07:44 +0200
commit4464b2fc8d2840d489a839e4973fab1e71144efc (patch)
tree40efb8a10f7ed0e0ba5cb2b11a257ef6bd08b3b7 /src/gui_project.h
parent1179bed2ebc892dc918aae09dae586c516d0e36e (diff)
GUI: Add resolution rings
It will refuse to draw the rings if the detector is too far from being flat (as judged by detgeom_mean_camera_length). Otherwise, the drawing is exactly the same as was done by hdfsee.
Diffstat (limited to 'src/gui_project.h')
-rw-r--r--src/gui_project.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui_project.h b/src/gui_project.h
index 8ec81ee2..546bae9a 100644
--- a/src/gui_project.h
+++ b/src/gui_project.h
@@ -302,6 +302,7 @@ struct crystfelproject {
char **filenames;
char **events;
int show_centre;
+ int resolution_rings;
int rescan_on_change;
int show_peaks;