From 4464b2fc8d2840d489a839e4973fab1e71144efc Mon Sep 17 00:00:00 2001 From: Thomas White Date: Tue, 23 Aug 2022 15:56:57 +0200 Subject: 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. --- src/gui_project.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/gui_project.h') 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; -- cgit v1.2.3