aboutsummaryrefslogtreecommitdiff
path: root/src/mapping.h
blob: ca4a087f0324b3deef241d1665df2331df5388f9 (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
/*
 * mapping.h
 *
 * 3D Mapping
 *
 * (c) 2007 Thomas White <taw27@cam.ac.uk>
 *
 *  dtr - Diffraction Tomography Reconstruction
 *
 */
 
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif

#ifndef MAPPING_H
#define MAPPING_H

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

extern ReflectionList *mapping_create(ControlContext *ctx);
extern void mapping_adjust_axis(ControlContext *ctx, double offset);

#endif	/* MAPPING_H */