aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/reax.h
diff options
context:
space:
mode:
Diffstat (limited to 'libcrystfel/src/reax.h')
-rw-r--r--libcrystfel/src/reax.h27
1 files changed, 27 insertions, 0 deletions
diff --git a/libcrystfel/src/reax.h b/libcrystfel/src/reax.h
new file mode 100644
index 00000000..543cd0d5
--- /dev/null
+++ b/libcrystfel/src/reax.h
@@ -0,0 +1,27 @@
+/*
+ * reax.h
+ *
+ * A new auto-indexer
+ *
+ * (c) 2011 Thomas White <taw@physics.org>
+ *
+ * Part of CrystFEL - crystallography with a FEL
+ *
+ */
+
+
+#ifndef REAX_H
+#define REAX_H
+
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
+#include "cell.h"
+
+extern IndexingPrivate *reax_prepare(void);
+extern void reax_cleanup(IndexingPrivate *pp);
+
+extern void reax_index(IndexingPrivate *p, struct image *image, UnitCell *cell);
+
+#endif /* REAX_H */