/* * itrans-lsq.h * * Peak detection by least-squares fitting * * (c) 2007 Thomas White * * dtr - Diffraction Tomography Reconstruction * */ #ifndef ITRANS_LSQ_H #define ITRANS_LSQ_H #ifdef HAVE_CONFIG_H #include #endif #include "control.h" extern unsigned int itrans_peaksearch_lsq(ImageRecord imagerecord, ControlContext *ctx); #endif /* ITRANS_LSQ_H */