diff options
author | Thomas White <taw@physics.org> | 2020-08-17 16:00:56 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2020-08-17 16:00:56 +0200 |
commit | f3253fb25c8a9c249eda1e2aeea3f4f4e7e3eb8e (patch) | |
tree | 0c47e56c7461ab9ce8bf69a2d31bb9507ece59ad /libcrystfel/src/index.h | |
parent | 5764e660226792b32fa89992d1ff720d1e2e1d51 (diff) |
Expose parse_indexing_methods and base_indexer_str
Diffstat (limited to 'libcrystfel/src/index.h')
-rw-r--r-- | libcrystfel/src/index.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libcrystfel/src/index.h b/libcrystfel/src/index.h index e064a4b3..ab2b12a4 100644 --- a/libcrystfel/src/index.h +++ b/libcrystfel/src/index.h @@ -140,6 +140,10 @@ 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); +extern IndexingMethod *parse_indexing_methods(const char *method_list, + int *pn); +extern char *base_indexer_str(IndexingMethod indm); + #include "cell.h" #include "image.h" #include "datatemplate.h" |