astronoby
astronoby copied to clipboard
Use observer object for geocentric parallax
Before, Astronoby::GeocentricParallax::for_equatorial_coordinates
used to require the latitude
, longitude
and elevation
of the observer.
Now, for consistency and ease of use, it requires a Astronoby::Observer
object instead.