00001
00006 #ifndef __FIT_GAUSS_H__
00007 #define __FIT_GAUSS_H__
00008
00009
00010 extern void fit_gauss(double *r, double *theta, double *cx, double
00011 *cy, double *sigmax, double *sigmay);
00012 extern void setup_solver(void);
00013 extern void setup_variable_bounds(double rlow, double rhigh, double
00014 thetalow, double thetahigh, double
00015 cxlow, double cxhigh, double cylow,
00016 double cyhigh, double xsigmalow,
00017 double xsigmahigh, double ysigmalow,
00018 double ysigmahigh);
00019
00020 #endif