aboutsummaryrefslogtreecommitdiff
path: root/src/prealign.h
diff options
context:
space:
mode:
authortaw27 <taw27@bf6ca9ba-c028-0410-8290-897cf20841d1>2007-08-28 12:43:49 +0000
committertaw27 <taw27@bf6ca9ba-c028-0410-8290-897cf20841d1>2007-08-28 12:43:49 +0000
commit0ef8783c72948f9c8c4af1170ae2d8414a2bd13e (patch)
treee11e80ab4441480c9fb621202b70cc81b11cce32 /src/prealign.h
parent737154b1ef16ef037df988eaa64a5063df1d815c (diff)
Add skeleton prealignment procedure
git-svn-id: svn://cook.msm.cam.ac.uk:745/diff-tomo/dtr@79 bf6ca9ba-c028-0410-8290-897cf20841d1
Diffstat (limited to 'src/prealign.h')
-rw-r--r--src/prealign.h24
1 files changed, 24 insertions, 0 deletions
diff --git a/src/prealign.h b/src/prealign.h
new file mode 100644
index 0000000..53ac000
--- /dev/null
+++ b/src/prealign.h
@@ -0,0 +1,24 @@
+/*
+ * prealign.h
+ *
+ * Rough initial alignment of images
+ *
+ * (c) 2007 Thomas White <taw27@cam.ac.uk>
+ *
+ * dtr - Diffraction Tomography Reconstruction
+ *
+ */
+
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
+#ifndef PREALIGN_H
+#define PREALIGN_H
+
+#include "control.h"
+
+extern void prealign_do_series(ControlContext *ctx);
+
+#endif /* PREALIGN_H */
+