Next / Previous / Contents / TCC Help System / NM Tech homepage

4. rdaa: Equatorial to horizon coordinates

For a given celestial position in equatorial coordinates, and a given observer's place and time, this script reports the position in horizon coordinates.

4.1. Prologue

rdaa
#!/usr/bin/env python
#================================================================
# rdaa: Convert right ascension/declination to azimuth/altitude
#   For documentation, see:
#     http://www.nmt.edu/tcc/help/lang/python/examples/sidereal/ims/
#----------------------------------------------------------------