|
User Documentation |
||||||||
| prev file | next file | |||||||||
| SUMMARY: fields | routine DETAILS: routine | |||||||||
./guide File bmodel.pro
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.
; 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