diff options
Diffstat (limited to 'libcrystfel/src/asdf.h')
-rw-r--r-- | libcrystfel/src/asdf.h | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/libcrystfel/src/asdf.h b/libcrystfel/src/asdf.h new file mode 100644 index 00000000..402636d1 --- /dev/null +++ b/libcrystfel/src/asdf.h @@ -0,0 +1,28 @@ + + +#ifndef ASDF_H +#define ASDF_H + +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + +#include "index.h" + +#ifdef __cplusplus +extern "C" { +#endif + +extern int run_asdf(struct image *image, IndexingPrivate *ipriv); + +extern IndexingPrivate *asdf_prepare(IndexingMethod *indm, + UnitCell *cell, struct detector *det, + float *ltl); + +extern void asdf_cleanup(IndexingPrivate *pp); + +#ifdef __cplusplus +} +#endif + +#endif /* DIRAX_H */ |