diff options
Diffstat (limited to 'src/crystfel_gui.h')
-rw-r--r-- | src/crystfel_gui.h | 5 |
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; |