From c59bc9ef66c5d4b35ee76dc1b95bcd93aca8d48d Mon Sep 17 00:00:00 2001 From: Thomas White Date: Mon, 8 Feb 2021 17:58:40 +0100 Subject: GUI: Initial FoM calculation --- src/gui_project.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/gui_project.h') diff --git a/src/gui_project.h b/src/gui_project.h index f9f34194..3458b928 100644 --- a/src/gui_project.h +++ b/src/gui_project.h @@ -270,7 +270,8 @@ struct crystfelproject { double fom_res_max; int fom_nbins; double fom_min_snr; - int fom_use_min_snr; + int fom_min_meas; + char *fom_cell_filename; }; extern enum match_type_id decode_matchtype(const char *type_id); -- cgit v1.2.3