aboutsummaryrefslogtreecommitdiff
path: root/src/gui_project.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2021-02-10 17:18:46 +0100
committerThomas White <taw@physics.org>2021-02-10 17:18:46 +0100
commitecc033af6344fb2c5d1770628cd438057fd80ddd (patch)
tree5528e1fbbf3ce27b9b6d28feffc1777f5e100ad9 /src/gui_project.h
parent60932e51e0e488555793793e3a802eeb6b988dd9 (diff)
GUI: Sketch out data export window
Diffstat (limited to 'src/gui_project.h')
-rw-r--r--src/gui_project.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gui_project.h b/src/gui_project.h
index b0431c04..4d2e75c3 100644
--- a/src/gui_project.h
+++ b/src/gui_project.h
@@ -274,6 +274,9 @@ struct crystfelproject {
double fom_min_snr;
int fom_min_meas;
char *fom_cell_filename;
+
+ double export_res_min;
+ double export_res_max;
};
extern enum match_type_id decode_matchtype(const char *type_id);