aboutsummaryrefslogtreecommitdiff
path: root/src/gui_project.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2021-01-22 11:25:10 +0100
committerThomas White <taw@physics.org>2021-01-22 11:25:10 +0100
commit27a6976e7ec7a5309475bcfe360ec13cb418175f (patch)
tree596af550f48392a7992c6c8bc1abe29bf74091ae /src/gui_project.h
parent0985233e652cce6017ef61abbd857a5440e3e46b (diff)
GUI: Set default values for FoM parameters
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);