|
|||
NRAO Home > CASA > CASA Toolkit Reference Manual |
|
calibrater.reset - Function
2.1.1 Reset the selected apply and/or solve components
Description
Resets the apply and/or solve components previously set by setapply and
setsolve.
Arguments
Inputs |
| ||
apply |
| If true, unset all apply settings
| |
| allowed: | bool | |
| Default: | true |
|
solve |
| If true, unset all solve settings
| |
| allowed: | bool |
|
| Default: | true |
|
bool
Example
cb.open(’ngc5921.ms’)
cb.setapply (’P’, 5.0)
cb.setsolve (’G’, 300.0, F, 3, ’gcal_1’, T)
cb.state()
cb.reset(apply=T,solve=F);
cb.state()
cb.reset()
__________________________________________________________________
More information about CASA may be found at the
CASA web page
Copyright © 2016 Associated Universities Inc., Washington, D.C.
This code is available under the terms of the GNU General Public Lincense
Home |
Contact Us |
Directories |
Site Map |
Help |
Privacy Policy |
Search