/* * prealign.h * * Rough initial alignment of images * * (c) 2007 Thomas White * * dtr - Diffraction Tomography Reconstruction * */ #ifdef HAVE_CONFIG_H #include #endif #ifndef PREALIGN_H #define PREALIGN_H #include "control.h" extern void prealign_do_series(ControlContext *ctx); extern void prealign_sum_stack(ControlContext *ctx); #endif /* PREALIGN_H */