aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/asdf.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2015-06-18 14:27:41 +0200
committerThomas White <taw@physics.org>2015-06-18 14:27:41 +0200
commit8b21e8706963a8f327759b24377e7dff2fff60db (patch)
tree397aefc7cb57005fc99d61da609834f331746265 /libcrystfel/src/asdf.h
parentedf2ad46f4c0f403b90d3058018a295baa9d0753 (diff)
parent091e3378a95edab85a6c655629df4270fb041b04 (diff)
Merge branch 'tolstikova/dirax'
Conflicts: libcrystfel/src/index.h
Diffstat (limited to 'libcrystfel/src/asdf.h')
-rw-r--r--libcrystfel/src/asdf.h28
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 */