I have a problem in which the observer can be far above sea level. Given RA
and Dec
, I am trying to determine altitude and azimuth for this observer and this target. I am using Observer()
for the observer, and FixedBody()
for the target.
Is the horizon that pyephem
assumes for calculating altitude the actual Earth horizon (which is at a zenith greater than 90° for an observer far above sea level)? Or is it the horizon which is the local tangent drawn at the observer's location above sea level? It seems to be the latter from a few tests, but I would like to confirm this.