/* * itrans-stat.h * * Peak detection by iterative statistical analysis and processing * * (c) 2007 Gordon Ball * Thomas White * * dtr - Diffraction Tomography Reconstruction * */ #ifndef ITRANS_STAT_H #define ITRANS_STAT_H #ifdef HAVE_CONFIG_H #include #endif #include "control.h" unsigned int itrans_peaksearch_stat(ImageRecord imagerecord, ControlContext *ctx); #endif /* ITRANS_STAT_H */