Changes for version 0.132 - 2024-09-22
- Update canned magnitudes.
- Retract deprecation of date2epoch() and epoch2datetime(). When I decided to retract them (they are unused internally) I neglected to consider that these consume and generates dates in the Julian calendar before October 15 1582 Gregorian -- or whatever $JD_GREGORIAN is set to.
- Add Astro::Coord::ECI::Utils::mod360().
- Add Astro::Coord::ECI->angular_radius().
Documentation
Overview of Astro::Coord::ECI and friends
Predict satellite passes over an observer.
Modules
Manipulate geocentric coordinates
Provide common methods without multiple inheritance.
Compute the position of the Moon.
Compute the position of a star.
Compute the position of the Sun.
Compute satellite locations using NORAD orbit propagation models
Represent a set of data for the same ID.
Utility routines for astronomical calculations
Examples
Module Install Instructions
To install Astro::Coord::ECI, copy and paste the appropriate command in to your terminal.
cpanm Astro::Coord::ECI
perl -MCPAN -e shellinstall Astro::Coord::ECI
For more information on module installation, please visitthe detailed CPAN module installation guide.