blob: e1e512154cadc12dad09d7c272bdf8960db55098 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
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.
WWW: http://search.cpan.org/dist/Astro-Coords/
|