Getting Started Documentation Glish Learn More Programming Contact Us
News FAQ
Search Home


next up previous contents home.gif
Next: Strategies for processing Up: A Guide to Synthesis processing in AIPS++ Previous: Using the sortandselect module

Using the gaintable module

The gaintable module allows reading and plotting of gaintable generated by the imager module. For example:

glish -l gaintable.g
Glish version 2.5.0.11. 
defaultlogger available for use 
defaultplotter ready for use
table system ready for use 
- gt:=gaintable("gcal")
successful read/write open of table  gcal :  6 columns, 4 rows 
opened table gcal 
- gt 
[table=<function>, gain=<function>, fit=<function>,
starttime=<function>, stoptime=<function>, solutionOK=<function>, 
open=<function>, update=<function>, close=<function>, plot=<function>] 
- gt.fit()
[0.140499 0.129888 0.125692 0.137614]  
- gt.gain()::shape  
[2 2 28 4]  
- gt.plot()
T
- gt.delete()
1 
- exit

For more information on the capabilities of the plotting, see the module documentation for gaintable.


next up previous contents home.gif
Next: Strategies for processing Up: A Guide to Synthesis processing in AIPS++ Previous: Using the sortandselect module   Contents
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
2000-09-23