diff options
author | taw27 <taw27@bf6ca9ba-c028-0410-8290-897cf20841d1> | 2008-02-19 21:20:25 +0000 |
---|---|---|
committer | taw27 <taw27@bf6ca9ba-c028-0410-8290-897cf20841d1> | 2008-02-19 21:20:25 +0000 |
commit | a1986d5655a85df377a40cdd53a724efaf1c61b6 (patch) | |
tree | a69caacf764e0272367e29d70666c8f18af06d69 /src/refine.h | |
parent | af605c813075afa76157f871710116451bfc357a (diff) |
Initial simplex refinement stuff
git-svn-id: svn://cook.msm.cam.ac.uk:745/diff-tomo/dtr@262 bf6ca9ba-c028-0410-8290-897cf20841d1
Diffstat (limited to 'src/refine.h')
-rw-r--r-- | src/refine.h | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/src/refine.h b/src/refine.h index b15e56e..d3ca6d9 100644 --- a/src/refine.h +++ b/src/refine.h @@ -3,7 +3,7 @@ * * Refine the reconstruction * - * (c) 2007 Thomas White <taw27@cam.ac.uk> + * (c) 2007-2008 Thomas White <taw27@cam.ac.uk> * * dtr - Diffraction Tomography Reconstruction * @@ -17,12 +17,9 @@ #endif #include "control.h" -#include "image.h" -#include "reflections.h" -extern ImageFeature *refine_fit_image(Basis *cell, ImageRecord *image); -extern void refine_do_stack(ControlContext *ctx); -extern void refine_do_image(ControlContext *ctx); +extern void refine_do_sequence(ControlContext *ctx); +extern void refine_do_cell(ControlContext *ctx); #endif /* REFINE_H */ |