aboutsummaryrefslogtreecommitdiff
path: root/src/gui_project.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui_project.h')
-rw-r--r--src/gui_project.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/gui_project.h b/src/gui_project.h
index db1ad2ad..81bf3884 100644
--- a/src/gui_project.h
+++ b/src/gui_project.h
@@ -265,6 +265,12 @@ struct crystfelproject {
struct gui_merge_result *merge_results;
int n_merge_results;
+
+ double fom_res_min;
+ double fom_res_max;
+ int fom_nbins;
+ double fom_min_snr;
+ int fom_use_min_snr;
};
extern enum match_type_id decode_matchtype(const char *type_id);