Directory: general/tools/fitting/
Contents
.pro files
- circle.pro
- exponential.pro
FUNCTION EXPONENTIALUSAGE: y = exponential(x,par=p)
- fit.pro
NAME: FIT PURPOSE: Non-linear least squares fit to a user defined function.
- fit_crib.pro
Crib sheet to show how to use fit routine.
- func.pro
- gauss.pro
FUNCTION: GAUSSPURPOSE: Evaluates a gaussian function with background.
- gauss2.pro
FUNCTION: GAUSSPURPOSE: Evaluates a gaussian function with background.
- gaussian.pro
FUNCTION: GAUSSIANPURPOSE: Evaluates a gaussian function with background.
- kappa.pro
- mgauss.pro
FUNCTION: MGAUSSPURPOSE: Evaluates multiple gaussian function with background.
- pf.pro
- polycurve.pro
FUNCTION polycurve(x,par=p)PURPOSE: Evaluates a (4th degree) polynomial (can be used with "FIT")
- power_law.pro
FUNCTION power_law(x,par=p)PURPOSE: Evaluates a power law function (with background) (can be used with "FIT")
- splfunc.pro
FUNCTION splfuncUSAGE: p = splfunc(x_old,y_old,/set) y = splfunc(x_new,param=p)
- tempfit.pro
- tempfit2.pro
- tempfit3.pro