diff options
author | Thomas White <taw@physics.org> | 2020-10-15 15:21:38 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2020-10-15 15:21:38 +0200 |
commit | a7e8cb0dfa7ca8746409a4ff692307300c7b6593 (patch) | |
tree | a3304279ba502c26315162c76160ea2ab16ea0f3 /libcrystfel | |
parent | 186a05e946f13d56ba23c58e67946b0531aa9095 (diff) |
Add TakeTwo to the list of indexers automatically used
Diffstat (limited to 'libcrystfel')
-rw-r--r-- | libcrystfel/src/index.c | 4 |
1 files changed, 2 insertions, 2 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); |