Produced by IDL 6.1
User Documentation

./guide
File bmodel.pro

Last modification date:
Tue Dec 7 22:50:36 2004


bmodel

procedure bmodel, [index=integer], [modelindex=integer]

Fill in the indicated data container at modelindex using the data container at index and the most recently fit parameters in !g.polyfit and !g.nfit.

Examples
 ; use the data on !g.s[0] and put the model in !g.s[1]
 bmodel
 ; use the data in !g.s[1] and put the model in !g.s[10]
 bmodel, index=1, modelindex=10
 
Uses
data_valid ortho_poly
Version
$Id: bmodel.pro,v 1.1 2004/12/08 03:50:36 bgarwood Exp $

Keywords
index
in, optional
integer
The index of the data container to use as the templated for generating the model. Defaults to 0 if not supplied.
modelindex
in, optional
integer
The index of the data container to use to hold the model. Defaults to 1 if not supplied. Note that this is a different default than that used in bshape since the default there, -1, does not generate a model at all.


Produced by IDLdoc 1.5 on Wed Dec 8 13:08:14 2004