coordsys.ncoordinates - Function

1.1.3 Recover the number of coordinates in the Coordinate System
Description

This function recovers the number of coordinates in the Coordinate System.

Arguments





Returns
int

Example

"""  
#  
print "\t----\t ncoordinates Ex 1 \t----"  
csys = cs.newcoordsys(direction=T, spectral=T)  
print csys.ncoordinates()  
#2  
cs2 = cs.newcoordsys(linear=4)  
print cs2.ncoordinates()  
#1  
#  
"""

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.