computeAzElFromRADecLST

Return to directory of Todd's CASA extensions

Computes the az/el for a specified source position, LST and observatory. See also computeAzElFromRADecMJD and computeUTForElevation.

Usage:

au.computeAzElFromRADecLST(raDec, lst=None, observatory='ALMA', date='2014-01-01', degrees=False)
Inputs:
  • raDec must either be a tuple in radians: [ra,dec], or a string of the form "hh:mm:ss.sss -dd:mm:ss.ss"
  • lst: in Radians, or a string in "hh:mm:ss", if None, then use the current LST
  • degrees: if False, returns Az,El in radians; otherwise degrees

Example:

CASA <2>: au.computeAzElFromRADecLST('18:54:00 -18:00:00', '15:00',degrees=True,observatory='VLA')
  Out[2]: [123.20013567670988, 13.768418045390794]
Topic revision: r3 - 2014-08-10, ToddHunter
This site is powered by FoswikiCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding NRAO Public Wiki? Send feedback