For a given celestial position in equatorial coordinates, and a given observer's place and time, this script reports the position in horizon coordinates.
#!/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/ #----------------------------------------------------------------