NRAO Home > CASA > CASA Toolkit Reference Manual
msmetadata.observatoryposition - Function

1.3.2 Get the position of the specified telescope.


Description

Get the position of the specified telescope.

Arguments





Inputs

which

Zero-based telescope position in the OBSERVATIONS table (see msmd.telescopenames()).

allowed:

int

Default:

0

Returns
record

Example

 
    msmd.open("my.ms")  
    # get the position of the 0th telescope  
    telescope_position = msmd.telescopeposition(0)  
    msmd.done()  

__________________________________________________________________


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