Starfield
Star catalog and celestial mechanics calculations inspired by Skyfield.
Features
- Celestial coordinate transformations
- Star catalog management (Hipparcos, GAIA)
- Precession, nutation, and earth rotation calculations
- Time and date handling for astronomical applications
- Synthetic catalog generation for testing
Installation
Example
use Time;
use HipparcosCatalog;
use StarCatalog;
Command Line Tool
The package includes a simple command-line tool for analyzing star catalogs:
# Basic catalog statistics
# Filter a catalog by magnitude and save it
License
This project is licensed under the MIT License - see the LICENSE file for details.