aboutsummaryrefslogtreecommitdiff
path: root/src/reproject.h
blob: c65549c89c4e21bf1ec1bda64d029f40f341c6a1 (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
/*
 * reproject.h
 *
 * Synthesize diffraction patterns
 *
 * (c) 2007 Thomas White <taw27@cam.ac.uk>
 *
 *  dtr - Diffraction Tomography Reconstruction
 *
 */
 
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif

#ifndef REPROJECT_H
#define REPROJECT_H

#include "control.h"
#include "reflections.h"

extern ImageReflection *reproject_get_reflections(ImageRecord image, size_t *n, ReflectionContext *ref);

#endif	/* REPROJECT_H */