aboutsummaryrefslogtreecommitdiff
path: root/src/dirax.h
diff options
context:
space:
mode:
authortaw27 <taw27@bf6ca9ba-c028-0410-8290-897cf20841d1>2007-10-02 13:47:39 +0000
committertaw27 <taw27@bf6ca9ba-c028-0410-8290-897cf20841d1>2007-10-02 13:47:39 +0000
commit49b0bf4c38f7b2ecdb25b138abc8aa5ff06267c4 (patch)
tree012dfcf4fcdc04870b829483c6d7913cfff9ef32 /src/dirax.h
parentb819cd1defe15f492cd313129832383bf37ca82b (diff)
DirAx stuff
git-svn-id: svn://cook.msm.cam.ac.uk:745/diff-tomo/dtr@139 bf6ca9ba-c028-0410-8290-897cf20841d1
Diffstat (limited to 'src/dirax.h')
-rw-r--r--src/dirax.h28
1 files changed, 28 insertions, 0 deletions
diff --git a/src/dirax.h b/src/dirax.h
new file mode 100644
index 0000000..b06c6c9
--- /dev/null
+++ b/src/dirax.h
@@ -0,0 +1,28 @@
+/*
+ * dirax.h
+ *
+ * Invoke the DirAx auto-indexing program
+ * also: handle DirAx input files
+ *
+ * (c) 2007 Thomas White <taw27@cam.ac.uk>
+ *
+ * dtr - Diffraction Tomography Reconstruction
+ *
+ */
+
+#ifndef DIRAX_H
+#define DIRAX_H
+
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
+#include "control.h"
+#include "reflections.h"
+
+extern void dirax_invoke(ControlContext *ctx);
+extern ReflectionList *dirax_load(const char *filename);
+extern int dirax_is_drxfile(const char *filename);
+
+#endif /* DIRAX_H */
+