aboutsummaryrefslogtreecommitdiff
path: root/src/itrans.h
diff options
context:
space:
mode:
authortaw27 <taw27@bf6ca9ba-c028-0410-8290-897cf20841d1>2007-02-05 21:12:57 +0000
committertaw27 <taw27@bf6ca9ba-c028-0410-8290-897cf20841d1>2007-02-05 21:12:57 +0000
commit05b5d261682b9136fb46476a64eab6980b0dba64 (patch)
treed7faa450b69cf2104ffff7fc89a95914284d23af /src/itrans.h
Initial import
git-svn-id: svn://cook.msm.cam.ac.uk:745/diff-tomo/dtr@1 bf6ca9ba-c028-0410-8290-897cf20841d1
Diffstat (limited to 'src/itrans.h')
-rw-r--r--src/itrans.h24
1 files changed, 24 insertions, 0 deletions
diff --git a/src/itrans.h b/src/itrans.h
new file mode 100644
index 0000000..37f128b
--- /dev/null
+++ b/src/itrans.h
@@ -0,0 +1,24 @@
+/*
+ * itrans.h
+ *
+ * Parameterise features in an image for reconstruction
+ *
+ * (c) 2007 Thomas White <taw27@cam.ac.uk>
+ * dtr - Diffraction Tomography Reconstruction
+ *
+ */
+
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
+#ifndef ITRANS_H
+#define ITRANS_H
+
+#include <stdint.h>
+
+#include "control.h"
+
+extern void itrans_process_image(int16_t *image, ControlContext *ctx, double tilt_degrees);
+
+#endif /* ITRANS_H */