aboutsummaryrefslogtreecommitdiff
path: root/src/mapping.h
diff options
context:
space:
mode:
authortaw27 <taw27@bf6ca9ba-c028-0410-8290-897cf20841d1>2007-08-19 23:13:58 +0000
committertaw27 <taw27@bf6ca9ba-c028-0410-8290-897cf20841d1>2007-08-19 23:13:58 +0000
commitb31565d11bcb28ca33b4a51cb363549c46444cd8 (patch)
tree59c573a21eaae8c8e82f5491d7167ff0c854ae95 /src/mapping.h
parentde770d8c43a57b1941e2f6942f75deb8c99475aa (diff)
Preparation for handing precessed data
git-svn-id: svn://cook.msm.cam.ac.uk:745/diff-tomo/dtr@65 bf6ca9ba-c028-0410-8290-897cf20841d1
Diffstat (limited to 'src/mapping.h')
-rw-r--r--src/mapping.h25
1 files changed, 25 insertions, 0 deletions
diff --git a/src/mapping.h b/src/mapping.h
new file mode 100644
index 0000000..f40d8f1
--- /dev/null
+++ b/src/mapping.h
@@ -0,0 +1,25 @@
+/*
+ * mapping.h
+ *
+ * 3D Mapping
+ *
+ * (c) 2007 Thomas White <taw27@cam.ac.uk>
+ *
+ * dtr - Diffraction Tomography Reconstruction
+ *
+ */
+
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
+#ifndef MAPPING_H
+#define MAPPING_H
+
+#include "reflections.h"
+#include "control.h"
+
+extern ReflectionContext *mapping_create(ControlContext *ctx);
+
+#endif /* MAPPING_H */
+