aboutsummaryrefslogtreecommitdiff
path: root/src/gui_project.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui_project.h')
-rw-r--r--src/gui_project.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/gui_project.h b/src/gui_project.h
index 4d2e75c3..37307d3b 100644
--- a/src/gui_project.h
+++ b/src/gui_project.h
@@ -277,6 +277,16 @@ struct crystfelproject {
double export_res_min;
double export_res_max;
+
+ int ambi_use_res;
+ double ambi_res_min; /* Angstroms */
+ double ambi_res_max; /* Angstroms */
+ int ambi_niter;
+ int ambi_use_ncorr;
+ int ambi_ncorr;
+ char *ambi_sym;
+ char *ambi_source_sym;
+ char *ambi_operator;
};
extern enum match_type_id decode_matchtype(const char *type_id);