aboutsummaryrefslogtreecommitdiff
path: root/src/crystfel_gui.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2020-04-30 12:09:31 +0200
committerThomas White <taw@physics.org>2020-07-29 18:42:57 +0200
commit6253b9603cf27e91a5f147943f6c32a35fd4d956 (patch)
tree9e4385073f1d32db87ad876547b994e3a9365c32 /src/crystfel_gui.h
parent1f00febd2ce3492e080afebf8d1c6368a19ae4e7 (diff)
Basic project persistence
Diffstat (limited to 'src/crystfel_gui.h')
-rw-r--r--src/crystfel_gui.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/crystfel_gui.h b/src/crystfel_gui.h
index fc286e5d..c4d27702 100644
--- a/src/crystfel_gui.h
+++ b/src/crystfel_gui.h
@@ -33,6 +33,8 @@
#include <peaks.h>
+#include "gui_project.h"
+
struct peak_params {
enum peak_search_method method;
float threshold; /* zaef, pf8 */
@@ -80,6 +82,9 @@ struct crystfelproject {
int cur_frame;
char *geom_filename;
+ char *data_top_folder; /* For convenience only. Filenames in
+ * 'filenames' list should be complete */
+ enum match_type_id data_search_pattern;
int n_frames;
int max_frames;