aboutsummaryrefslogtreecommitdiff
path: root/src/gui_project.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2021-02-08 17:58:40 +0100
committerThomas White <taw@physics.org>2021-02-08 17:58:40 +0100
commitc59bc9ef66c5d4b35ee76dc1b95bcd93aca8d48d (patch)
tree7807867c4b6dde610c8e11514304f29973196e9a /src/gui_project.h
parent21f7896cc23ff79fa1e4cb593f8685bdb5c7a082 (diff)
GUI: Initial FoM calculation
Diffstat (limited to 'src/gui_project.h')
-rw-r--r--src/gui_project.h3
1 files changed, 2 insertions, 1 deletions
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);