aboutsummaryrefslogtreecommitdiff
path: root/src/itrans-zaefferer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/itrans-zaefferer.h')
-rw-r--r--src/itrans-zaefferer.h26
1 files changed, 26 insertions, 0 deletions
diff --git a/src/itrans-zaefferer.h b/src/itrans-zaefferer.h
new file mode 100644
index 0000000..2726b1b
--- /dev/null
+++ b/src/itrans-zaefferer.h
@@ -0,0 +1,26 @@
+/*
+ * itrans-zaefferer.h
+ *
+ * Zaefferer peak search
+ *
+ * (c) 2007 Thomas White <taw27@cam.ac.uk>
+ *
+ * dtr - Diffraction Tomography Reconstruction
+ *
+ */
+
+#ifndef ITRANS_ZAEFFERER_H
+#define ITRANS_ZAEFFERER_H
+
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
+#include <stdint.h>
+
+#include "control.h"
+#include "imagedisplay.h"
+
+extern unsigned int itrans_peaksearch_zaefferer(int16_t *image, ControlContext *ctx, double tilt_degrees, ImageDisplay *imagedisplay);
+
+#endif /* ITRANS_ZAEFFERER_H */