Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

fit_gauss.h

Go to the documentation of this file.
00001 
00006 #ifndef __FIT_GAUSS_H__
00007 #define __FIT_GAUSS_H__
00008 
00009 /* Public routines */
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

Generated at Mon Aug 21 00:30:54 2000 for RF-LISSOM by doxygen1.2.1 written by Dimitri van Heesch, © 1997-2000