Expand description
§Starstuff Types
🚧 This is still a work in progress!!! 🚧
A simple star catalog parser and primitive types for star coordinates and astronomical times.
Note: currently supports the Yale Bright Stars Catalog, the Hipparcos Catalog, and the Open Source Bright Star Catalog. Run the
get_data.sh
script to fetch the catalogs.
Modules§
- angle
- Basic angle structures (Radian, Degree, Arc Hour)
- catalog
- Star catalog parsers
- constellation
- WIP Open Source Constellation Catalog Parser
- coord
- Coordinate Systems
- star
- Star structures
- time
- Astonomical time types and utilities
Macros§
- parse_
catalog - Parse a catalog file into a vector of a given type
- parse_
constellation_ catalog - WIP Parse Open Source Constellation Catalog
- parse_
trim - Trim a string before parsing into a given type.