aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/index.h
diff options
context:
space:
mode:
Diffstat (limited to 'libcrystfel/src/index.h')
-rw-r--r--libcrystfel/src/index.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libcrystfel/src/index.h b/libcrystfel/src/index.h
index 15843b2a..8ece9227 100644
--- a/libcrystfel/src/index.h
+++ b/libcrystfel/src/index.h
@@ -130,6 +130,7 @@ typedef struct _indexingprivate IndexingPrivate;
/* Convert indexing methods to/from text */
extern char *indexer_str(IndexingMethod indm);
extern IndexingMethod get_indm_from_string(const char *method);
+extern IndexingMethod get_indm_from_string_2(const char *method, int *err);
#include "detector.h"
#include "cell.h"
@@ -144,6 +145,8 @@ extern IndexingPrivate *setup_indexing(const char *methods, UnitCell *cell,
struct taketwo_options *ttopts,
struct felix_options *felix_opts);
+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,