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


next up previous contents index
Next: fitter.init - Function Up: fitter - Tool Previous: fitter.done - Function


fitter.reset - Function



Package utility
Module fitting
Tool fitter


Reset the tool to its initialized state


Synopsis
reset(id)


Arguments

id in the id of a sub-tool
    Allowed: fitter id
    Default: unset


Returns
bool


Description
Reset the tool's resources to its initialized state.



Example
- include 'fitting.g'
- fit := fitter()
- fit.init(2)
T 
- fit.getstate()
[n=2, typ=0, colfac=1e-08, lmfac=0.001, type=real] 
- fit.reset()
T 
- fit.getstate()
[n=2, typ=0, colfac=1e-08, lmfac=0.001, type=real]





next up previous contents index
Next: fitter.init - Function Up: fitter - Tool Previous: fitter.done - 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