aboutsummaryrefslogtreecommitdiff
path: root/src/itrans-zaefferer.h
blob: 2726b1b9687ddb7bb88e671acf83fc0faaaf1165 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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 */