aboutsummaryrefslogtreecommitdiff
path: root/src/itrans.h
blob: ec2e852660616b1572e4db02d9fee5c28eddf3ab (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
/*
 * itrans.h
 *
 * Parameterise features in an image for reconstruction
 *
 * (c) 2007 Thomas White <taw27@cam.ac.uk>
 *
 *  dtr - Diffraction Tomography Reconstruction
 *
 */
 
#ifndef ITRANS_H
#define ITRANS_H

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

#include "control.h"

extern ImageFeatureList *itrans_process_image(ImageRecord *image, PeakSearchMode psmode);

#endif	/* ITRANS_H */