From a7e8cb0dfa7ca8746409a4ff692307300c7b6593 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Thu, 15 Oct 2020 15:21:38 +0200 Subject: Add TakeTwo to the list of indexers automatically used --- libcrystfel/src/index.c | 4 ++-- src/crystfelindexingopts.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libcrystfel/src/index.c b/libcrystfel/src/index.c index 5a7c1ae9..fcacac99 100644 --- a/libcrystfel/src/index.c +++ b/libcrystfel/src/index.c @@ -1213,8 +1213,8 @@ char *detect_indexing_methods(UnitCell *cell) do_probe(asdf_probe, cell, methods); do_probe(xds_probe, cell, methods); do_probe(xgandalf_probe, cell, methods); - /* Don't automatically use TakeTwo, Felix or PinkIndexer (yet) */ - //do_probe(taketwo_probe, cell, methods); + do_probe(taketwo_probe, cell, methods); + //do_probe(felix_probe, cell, methods); //do_probe(pinkIndexer_probe, cell, methods); diff --git a/src/crystfelindexingopts.c b/src/crystfelindexingopts.c index f88e4be2..2d51e062 100644 --- a/src/crystfelindexingopts.c +++ b/src/crystfelindexingopts.c @@ -181,7 +181,7 @@ static GtkWidget *make_indexing_methods(CrystFELIndexingOpts *io) add_method(io->indm_store, "xds", "XDS", TRUE, TRUE, TRUE); add_method(io->indm_store, "xgandalf", "XGANDALF", TRUE, TRUE, FALSE); add_method(io->indm_store, "pinkIndexer", "PinkIndexer", FALSE, TRUE, FALSE); - add_method(io->indm_store, "taketwo", "TakeTwo", FALSE, TRUE, FALSE); + add_method(io->indm_store, "taketwo", "TakeTwo", TRUE, TRUE, FALSE); add_method(io->indm_store, "asdf", "ASDF", TRUE, TRUE, FALSE); add_method(io->indm_store, "felix", "Felix", FALSE, TRUE, FALSE); -- cgit v1.2.3