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


next up previous contents index
Next: table.ncols - Function Up: table - Tool Previous: table.coldatatype - Function


table.colarraytype - Function



Package utility
Module table
Tool table


return the column array type


Synopsis
colarraytype(columnname)


Description
The possible column array types are defined as:
FixedShape
FixedShape means that the shape of the array must be the same in each cell of the column. If not given, the array shape may vary. Option Direct forces FixedShape.
Direct
Direct means that the data is directly stored in the table. Direct forces option FixedShape. If not given, the array is indirect, which implies that the data will be stored in a separate file.



Arguments

columnname in Name of column
    Allowed: String


Returns
String


Example
  table("tcal").colarraytype("Gain")
# Direct,FixedShape





next up previous contents index
Next: table.ncols - Function Up: table - Tool Previous: table.coldatatype - 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