|
Developer Documentation |
|||||||||
prev file | next file | ||||||||||
SUMMARY: fields | routine DETAILS: routine | ||||||||||
./guide bmodel.pro
bmodel |
procedure bmodel, [modelindex=integer], [nfit=integer], [ok=variable] |
Fill in the indicated data container at modelindex using the primary data container and the most recently fit parameters in !g.polyfit and and !g.nfit. Optionally use a smaller nfit than !g.nfit.
; put the model in !g.s[1] bmodel ; put the model in !g.s[10], using nfit=2 boodel, modelindex=10, nfit=2