aboutsummaryrefslogtreecommitdiff
path: root/src/gui_project.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2021-02-16 16:51:53 +0100
committerThomas White <taw@physics.org>2021-02-16 16:51:53 +0100
commitf91ffd75782687173ddf82e5b06b217bb3efe225 (patch)
treecfb52b96983ff64b40a692949e5794313ec98ed1 /src/gui_project.h
parent62c340b78fa1cf1430a9d1ec217f221406c05488 (diff)
GUI: Add ambigator options
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);