|
|||
NRAO Home > CASA > CASA Toolkit Reference Manual |
|
table.summary - Function
3.2.1 summarize the contents of the table
Description
A (terse) summary of the table contents is sent to the defaultlogger.
Arguments
Inputs |
| ||
recurse |
| Summarize subtables recursively
| |
| allowed: | bool |
|
| Default: | false |
|
bool
Example
tb.open("tcal")
tb.summary()
# successful nomodify open of table tcal : 9 columns, 11 rows
# Table summary: tcal
# Shape: 9 columns by 11 rows
# Info: [type=Calibration, subType=T Jones, readme=]
# Table keywords: [Type=T Jones, Interval=30, DeltaT=1]
# Columns: StartTime StopTime Gain SolutionOK Fit FitWeight
# iSolutionOK iFit iFitWeight
__________________________________________________________________
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