aboutsummaryrefslogtreecommitdiff
path: root/src/refine.h
blob: 7a01e8333b6119d31565e5b865460785e56cc73f (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
/*
 * refine.h
 *
 * Refine the reconstruction
 *
 * (c) 2007 Thomas White <taw27@cam.ac.uk>
 *
 *  dtr - Diffraction Tomography Reconstruction
 *
 */
 
#ifndef REFINE_H
#define REFINE_H

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

#include "control.h"

extern void refine_do_stack(ControlContext *ctx);
extern void refine_do_image(ControlContext *ctx);

#endif	/* REFINE_H */