casa  $Rev:20696$
 All Classes Namespaces Files Functions Variables
Functions | Variables
recipes.getazel Namespace Reference

Functions

def getazel

Variables

tuple qa
tuple me

Function Documentation

def recipes.getazel.getazel (   obs,
  srcname,
  srcCoord,
  date,
  tref 
)
Calculate azimuth and elevation of a given source coordinates
Input:
observatory  observatory name known to CASA (e.g. 'ALMA')
srcCoord     source coordinates (RA,Dec) with epoch in a string (e.g. 'J2000 17h45m0.0s -29d00m00.0s' )
             or known ephemeris source name 
date         date in a string (YYYY/MM/DD or YYYY-MM-DD)
tref         time reference (tref='UTC-3' or 'CDT' for Chilean daylight saving time,
                                  'UTC-4' or 'CLT' for Chilean standard time,
                                  'LST', or 'UTC')
Output:
vector of az values,el values,time,utctime 
TT - 2012.04.19 

Definition at line 13 of file getazel.py.

Referenced by recipes.plotazel.plotsrcazel().


Variable Documentation

Definition at line 8 of file getazel.py.

Definition at line 7 of file getazel.py.