From f91ffd75782687173ddf82e5b06b217bb3efe225 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Tue, 16 Feb 2021 16:51:53 +0100 Subject: GUI: Add ambigator options --- src/gui_project.h | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'src/gui_project.h') 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); -- cgit v1.2.3