aboutsummaryrefslogtreecommitdiff
path: root/src/intensities.h
diff options
context:
space:
mode:
authortaw27 <taw27@bf6ca9ba-c028-0410-8290-897cf20841d1>2007-12-06 19:17:34 +0000
committertaw27 <taw27@bf6ca9ba-c028-0410-8290-897cf20841d1>2007-12-06 19:17:34 +0000
commit6fd2b35dd7250d165a76bf36a76e764efdc5ec3a (patch)
tree6829d4734b24750749e21d73489a66ae6192be30 /src/intensities.h
parent46a44952b1240ff3a1919357991061cd02396884 (diff)
Quantification stuff
git-svn-id: svn://cook.msm.cam.ac.uk:745/diff-tomo/dtr@223 bf6ca9ba-c028-0410-8290-897cf20841d1
Diffstat (limited to 'src/intensities.h')
-rw-r--r--src/intensities.h24
1 files changed, 24 insertions, 0 deletions
diff --git a/src/intensities.h b/src/intensities.h
new file mode 100644
index 0000000..88d385b
--- /dev/null
+++ b/src/intensities.h
@@ -0,0 +1,24 @@
+/*
+ * intensities.h
+ *
+ * Extract integrated intensities by relrod estimation
+ *
+ * (c) 2007 Thomas White <taw27@cam.ac.uk>
+ *
+ * dtr - Diffraction Tomography Reconstruction
+ *
+ */
+
+#ifndef INTENSITIES_H
+#define INTENSITIES_H
+
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
+#include "control.h"
+
+extern void intensities_extract(ControlContext *ctx);
+
+#endif /* INTENSITIES_H */
+