Questions tagged [xephem]

XEphem is a "star-charting, sky-simulating, ephemeris-generating" freeware software package for the X Window System

2 questions
4
votes
3 answers

Calculate longitude based on latitude and sunrise time?

I'm calculating the longitude of positions where the current sun altitude currently is ~0.0. This is done by iterating over a range of latitudes, calculating the time of sunrise at (0.0, latitude) and then calculate the longitude by multiplying the…
Izz ad-Din Ruhulessin
  • 5,955
  • 7
  • 28
  • 28
1
vote
1 answer

Pyephem, define and plotting stars for different epochs

I'm trying to make a program that displays stars of my choice, from different locations on Earth and at different epochs. I've got it working so that I can display objects from ephem's database, such as Venus, but the stars I want to display aren't…