/* * reproject.h * * Synthesize diffraction patterns * * (c) 2007 Thomas White * * dtr - Diffraction Tomography Reconstruction * */ #ifdef HAVE_CONFIG_H #include #endif #ifndef REPROJECT_H #define REPROJECT_H #include "control.h" #include "reflections.h" extern ImageReflection *reproject_get_reflections(ImageRecord image, size_t *n, ReflectionContext *rctx, ControlContext *ctx); #endif /* REPROJECT_H */