3.2.1 get the description of a specific column
Description
The column description is a casapy record that contains a complete
description of the layout of a specified column (except for the number of rows).
It can be used to construct a table description.
Arguments
| Inputs |
| ||
| columnname |
| Name of column
| |
| allowed: | string |
|
| Default: |
|
|
Example
tb.open("3C273XC1.MS")
tb.getcoldesc("DATA") #{’comment’: ’The data column’, # ’dataManagerGroup’: ’TiledData’, # ’dataManagerType’: ’TiledShapeStMan’, # ’maxlen’: 0, # ’ndim’: 2, # ’option’: 0, # ’valueType’: ’complex’} |
Please send any comments or questions about CASA or AIPS++ to aips2-requests@nrao.edu
Copyright © 2008 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
Updated daily during alpha development.