aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/mosflm.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2011-11-15 13:59:17 +0100
committerThomas White <taw@physics.org>2012-02-22 15:27:40 +0100
commit25c3d29ed7701cadbb3813878f25b633a7cd7c2d (patch)
tree2efd3bd84ee6948543b0bc89053f7654047b8542 /libcrystfel/src/mosflm.h
parentfb9df2f18def2d0b8fbdbc854c8a8c10e39ce6d9 (diff)
Move indexing and rendering to libcrystfel
Diffstat (limited to 'libcrystfel/src/mosflm.h')
-rw-r--r--libcrystfel/src/mosflm.h27
1 files changed, 27 insertions, 0 deletions
diff --git a/libcrystfel/src/mosflm.h b/libcrystfel/src/mosflm.h
new file mode 100644
index 00000000..82b80a44
--- /dev/null
+++ b/libcrystfel/src/mosflm.h
@@ -0,0 +1,27 @@
+/*
+ * mosflm.h
+ *
+ * Invoke the DPS auto-indexing algorithm through MOSFLM
+ *
+ * (c) 2010 Richard Kirian <rkirian@asu.edu>
+ * (c) 2006-2010 Thomas White <taw@physics.org>
+ *
+ * Part of CrystFEL - crystallography with a FEL
+ *
+ */
+
+
+#ifndef MOSFLM_H
+#define MOSFLM_H
+
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
+#include "utils.h"
+
+
+extern void run_mosflm(struct image *image, UnitCell *cell);
+
+
+#endif /* MOSFLM_H */