2012-07-10 09:00:17 +02:00
|
|
|
Astro::Coords is a class for manipulating and transforming astronomical
|
|
|
|
coordinates. Can handle the following coordinate types:
|
|
|
|
- Equatorial RA/Dec, galactic (including proper motions and parallax)
|
|
|
|
- Planets
|
|
|
|
- Comets/Asteroids
|
|
|
|
- Fixed locations in azimuth and elevations
|
|
|
|
- Interpolated apparent coordinates
|
|
|
|
|
|
|
|
For time dependent calculations a telescope location and reference time must be
|
|
|
|
provided. See Astro::Telescope and DateTime for details on specifying location
|
|
|
|
and reference epoch.
|
|
|
|
|
2018-05-27 22:15:16 +02:00
|
|
|
WWW: https://metacpan.org/release/Astro-Coords
|