Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
Version 1.9 Build 1556 |
|
Package | synthesis | |
Module | calibrater | |
Tool | calibrater |
Resets the apply and/or solve components previously set by setapply and
setsolve.
Reset the selected apply and/or solve components
Synopsis
reset(apply, solve)
Arguments
apply
in
If T, unset all apply settings
Allowed:
Bool
Default:
T
solve
in
If T, unset all solve settings
Allowed:
Bool
Default:
T
Returns
Bool
Description
Example
c:=calibrater('3C273XC1.MS');
c.setapply ('P', 5.0);
c.setsolve ('G', 300.0, F, 3, 'gcal_1', T);
c.state();
c.reset(apply=T,solve=F);
c.reset()
Next: calibrater.initcalset - Function
Up: calibrater - Tool
Previous: calibrater.state - 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