Getting Started Documentation Glish Learn More Programming Contact Us
Version 1.9 Build 1556
News FAQ
Search Home


next up previous contents index
Next: functionfitter.geterror - Function Up: functionfitter - Tool Previous: functionfitter.getchisq - Function


functionfitter.getfunctionstate - Function



Package utility
Module fitting
Tool functionfitter


Recover the state of the function


Synopsis
getfunctionstate()


Returns
Glish record



Description

This function returns a Glish record holding the internal state of the functional (describing the function you wish to fit). See function state for which this is just a wrapper.

Users should generally not need to use this function.



Example
- include 'functionfitter.g'
- ff := functionfitter()
- ff.setfunction ('p0 + p1 *x')
- ff.getfunctionstate()
[type=13, order=-1, progtext=p0 + p1 *x, ndim=1, 
 npar=2, params=[0 0] , masks=[T T] ]





next up previous contents index
Next: functionfitter.geterror - Function Up: functionfitter - Tool Previous: functionfitter.getchisq - Function   Contents   Index
Please send questions or comments about AIPS++ to aips2-request@nrao.edu.
Copyright © 1995-2000 Associated Universities Inc., Washington, D.C.

Return to AIPS++ Home Page
2006-10-15