Produced by IDL 6.1
User Documentation

./guide
nfit.pro

Last modification date:
Thu Jun 2 23:56:08 2005

nfit

procedure nfit, order

Set the order of the polynomial to be fit as a baseline

Examples
Get some data, set some regions, fit a 2nd order polynomial
 getrec,20
 nregion,[100,500,700,1000,1600,2000]
 nfit,2
 baseline
 
Version
$Id: nfit.pro,v 1.3 2005/05/30 04:03:43 bgarwood Exp $

Parameters
order
in, required
integer
The order of polynomial to fit.


Produced by IDLdoc 1.6 on Thu Jun 2 23:56:50 2005