aboutsummaryrefslogtreecommitdiff
path: root/src/itrans-lsq.h
blob: 949a58bee8442093aa7063561eee1aa147a6f287 (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-lsq.h
 *
 * Peak detection by least-squares fitting
 *
 * (c) 2007 Thomas White <taw27@cam.ac.uk>
 *
 *  dtr - Diffraction Tomography Reconstruction
 *
 */
 
#ifndef ITRANS_LSQ_H
#define ITRANS_LSQ_H

#ifdef HAVE_CONFIG_H
#include <config.h>
#endif

#include <stdint.h>

#include "control.h"
#include "imagedisplay.h"

extern unsigned int itrans_peaksearch_lsq(int16_t *image, ControlContext *ctx, double tilt_degrees, ImageDisplay *imagedisplay);

#endif	/* ITRANS_LSQ_H */