Changes for version 0.133 - 2025-06-02
- Add method next_elevation_extreme_tod(). This is analogous to next_elevation(), but returns the earliest (or latest) time the body passes the given elevation after the currentlt-set time -- or nothing if there is none. It really is only useful for computing earliest or latest Sunrise or Sunset, but is present on Astro::Coord::ECI for architectural reasons (meaning my architecture is flawed, but that can't be changed now).
- Don't set iridium_status_format when instantiating an Astro::SpaceTrack object in script/satpass.
- Uppdates ro canned magnitude table.
- Add SECURITY policy.
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.