aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/index.c
diff options
context:
space:
mode:
Diffstat (limited to 'libcrystfel/src/index.c')
-rw-r--r--libcrystfel/src/index.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/libcrystfel/src/index.c b/libcrystfel/src/index.c
index d8c48a2e..836901ff 100644
--- a/libcrystfel/src/index.c
+++ b/libcrystfel/src/index.c
@@ -1195,3 +1195,15 @@ char *detect_indexing_methods(UnitCell *cell)
return methods;
}
+
+
+void default_method_options(TakeTwoOptions **ttopts,
+ XGandalfOptions **xgandalf_opts,
+ PinkIndexerOptions **pinkIndexer_opts,
+ FelixOptions **felix_opts)
+{
+ taketwo_default_options(ttopts);
+ xgandalf_default_options(xgandalf_opts);
+ pinkIndexer_default_options(pinkIndexer_opts);
+ felix_default_options(felix_opts);
+}