aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/index.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2017-10-18 10:23:25 +0200
committerThomas White <taw@physics.org>2017-10-18 10:23:25 +0200
commit0821a7ddae7901b70ea5ae216c71fe41109fec55 (patch)
treeaf0ee22beb0c6fb4b315449c262a595161b27a8f /libcrystfel/src/index.h
parent7f708ef255f068ef9e91941ac3a0a3d0e04e5ff8 (diff)
indexamajig: Auto-detection of available indexing methods
Diffstat (limited to 'libcrystfel/src/index.h')
-rw-r--r--libcrystfel/src/index.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libcrystfel/src/index.h b/libcrystfel/src/index.h
index ae5185db..4e1f1519 100644
--- a/libcrystfel/src/index.h
+++ b/libcrystfel/src/index.h
@@ -143,6 +143,8 @@ extern IndexingPrivate *setup_indexing(const char *methods, UnitCell *cell,
IndexingFlags flags, const char *options,
struct taketwo_options *ttopts);
+extern char *detect_indexing_methods(UnitCell *cell);
+
extern void index_pattern(struct image *image, IndexingPrivate *ipriv);
extern void index_pattern_2(struct image *image, IndexingPrivate *ipriv,