aboutsummaryrefslogtreecommitdiff
path: root/src/index.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2010-01-13 10:46:44 +0100
committerThomas White <taw@physics.org>2010-01-13 10:46:44 +0100
commitf7d118ec0bc9e7dd964bbb9a8bc4fad46b8412d7 (patch)
treec4e3da3218d1f8c61a3e0e6147a260245018d9e0 /src/index.h
parent26dc86b5b6624177591909ae3d2c8d7d8bae9159 (diff)
Make DirAx use optional
Diffstat (limited to 'src/index.h')
-rw-r--r--src/index.h25
1 files changed, 25 insertions, 0 deletions
diff --git a/src/index.h b/src/index.h
new file mode 100644
index 00000000..ea0b4485
--- /dev/null
+++ b/src/index.h
@@ -0,0 +1,25 @@
+/*
+ * index.h
+ *
+ * Perform indexing (somehow)
+ *
+ * (c) 2006-2009 Thomas White <taw@physics.org>
+ *
+ * Part of CrystFEL - crystallography with a FEL
+ *
+ */
+
+
+#ifndef INDEX_H
+#define INDEX_H
+
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
+
+extern void index_pattern(struct image *image, int no_index, int dump_peaks,
+ int use_dirax);
+
+
+#endif /* INDEX_H */