aboutsummaryrefslogtreecommitdiff
path: root/src/refine.h
diff options
context:
space:
mode:
authortaw27 <taw27@bf6ca9ba-c028-0410-8290-897cf20841d1>2007-10-24 19:20:49 +0000
committertaw27 <taw27@bf6ca9ba-c028-0410-8290-897cf20841d1>2007-10-24 19:20:49 +0000
commitd889de524b665bb82caa232b925044a36054464f (patch)
treea215ac6ea4c8807eb380877765dbf57469a7c13a /src/refine.h
parentb538363541f327e9702b4c46162775608e7ed031 (diff)
Preparation for relrod projection refinement
Add the option to perform a fine centering of patterns git-svn-id: svn://cook.msm.cam.ac.uk:745/diff-tomo/dtr@174 bf6ca9ba-c028-0410-8290-897cf20841d1
Diffstat (limited to 'src/refine.h')
-rw-r--r--src/refine.h24
1 files changed, 24 insertions, 0 deletions
diff --git a/src/refine.h b/src/refine.h
new file mode 100644
index 0000000..679c47f
--- /dev/null
+++ b/src/refine.h
@@ -0,0 +1,24 @@
+/*
+ * refine.h
+ *
+ * Refine the reconstruction
+ *
+ * (c) 2007 Thomas White <taw27@cam.ac.uk>
+ *
+ * dtr - Diffraction Tomography Reconstruction
+ *
+ */
+
+#ifndef REFINE_H
+#define REFINE_H
+
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
+#include "displaywindow.h"
+
+extern void refine_open(DisplayWindow *dw);
+
+#endif /* REFINE_H */
+