aboutsummaryrefslogtreecommitdiff
path: root/src/reproject.h
blob: 37eb84db21c666f6511105a78018fa18dc9a5e6b (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
27
28
29
/*
 * reproject.h
 *
 * Synthesize diffraction patterns
 *
 * (c) 2007-2008 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 "image.h"

extern ImageFeatureList *reproject_get_reflections(ImageRecord *image, ReflectionList *reflectionlist,
						   ControlContext *ctx);
extern void reproject_partner_features(ImageFeatureList *rflist, ImageRecord *image);
extern void reproject_cell_to_lattice(ControlContext *ctx);
extern void reproject_lattice_changed(ControlContext *ctx);

#endif	/* REPROJECT_H */