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


next up previous contents index
Next: calibrater.initcalset - Function Up: calibrater - Tool Previous: calibrater.state - Function


calibrater.reset - Function



Package synthesis
Module calibrater
Tool calibrater


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

Resets the apply and/or solve components previously set by setapply and setsolve.



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 up previous contents index
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