aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2020-09-24 11:37:58 +0200
committerThomas White <taw@physics.org>2020-09-24 11:37:58 +0200
commit3702d2cc319369fb42d28f28238ad2fcc3f2706e (patch)
treee500dd8632c688f25d5a56ba199848c9fdf52ce7
parente637b6c099883b6677e77220399636dc69dc262d (diff)
Use integration radii in GUI indexing
-rw-r--r--src/gui_index.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/gui_index.c b/src/gui_index.c
index 7d91a450..4ea2e3ac 100644
--- a/src/gui_index.c
+++ b/src/gui_index.c
@@ -555,7 +555,9 @@ static void run_indexing_once(struct crystfelproject *proj)
integrate_all_5(proj->cur_image, int_method, PMODEL_XSPHERE,
proj->indexing_params.push_res,
- 3, 4, 5, /* FIXME */
+ proj->indexing_params.ir_inn,
+ proj->indexing_params.ir_mid,
+ proj->indexing_params.ir_out,
INTDIAG_NONE, 0, 0, 0, NULL,
proj->indexing_params.overpredict);