Produced by IDL 6.1
User Documentation

./guide
bsubtract.pro

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

bsubtract

procedure bsubtract, [nfit=integer], [ok=variable]

Subtract a baseline using the stored coefficients in !g.polyfit and !g.nfit from the data in the primary data container.

Examples
 ; subtract the baseline
 bsubtract
 ; or, specify the nfit directly
 bsubtract, nfit=2
 
Uses
getbasemodel
Version
$Id: bsubtract.pro,v 1.1 2005/04/26 19:12:27 bgarwood Exp $

Keywords
nfit
in, optional
integer
Only use at most nfit parameters. If !g.nfit is < nfit, then only !g.nfit parameters will be used and a warning will be issued.
ok
out, optional
variable
1 on success, 0 on failure.


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