From 1f02539c192e1c400474ea480341ccefb49eaf36 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Wed, 10 Mar 2021 14:30:18 +0100 Subject: indexamajig: Add --wavelength-estimate This is a more sensible non-indexer-specific and non-Xray-specific replacement for --pinkIndexer-override-photon-energy --- src/gui_index.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/gui_index.c') diff --git a/src/gui_index.c b/src/gui_index.c index 85e36f36..f244f1f5 100644 --- a/src/gui_index.c +++ b/src/gui_index.c @@ -516,9 +516,10 @@ static void run_indexing_once(struct crystfelproject *proj) &pinkIndexer_opts, &felix_opts); - ipriv = setup_indexing(methods, cell, proj->dtempl, + ipriv = setup_indexing(methods, cell, proj->indexing_params.tols, indexing_flags(&proj->indexing_params), + proj->cur_image->lambda, taketwoopts, xgandalf_opts, pinkIndexer_opts, felix_opts); free(methods); -- cgit v1.2.3