From 6e713e3a78167d421acd7b511d07675ca0032d5a Mon Sep 17 00:00:00 2001 From: Thomas White Date: Mon, 2 Sep 2019 14:56:53 +0200 Subject: Add indexing_methods() to examine the actual list of methods --- libcrystfel/src/index.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libcrystfel/src/index.h') diff --git a/libcrystfel/src/index.h b/libcrystfel/src/index.h index 883df4a3..4fc95b1d 100644 --- a/libcrystfel/src/index.h +++ b/libcrystfel/src/index.h @@ -161,6 +161,8 @@ extern IndexingPrivate *setup_indexing(const char *methods, UnitCell *cell, struct pinkIndexer_options *pinkIndexer_opts, struct felix_options *felix_opts); +extern const IndexingMethod *indexing_methods(IndexingPrivate *p, int *n); + extern char *detect_indexing_methods(UnitCell *cell); extern void index_pattern(struct image *image, IndexingPrivate *ipriv); -- cgit v1.2.3