Crate starstuff_types

source ·
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

Basic angle structures (Radian, Degree, Arc Hour)
Star catalog parsers
WIP Open Source Constellation Catalog Parser
Coordinate Systems
Star structures
Astonomical time types and utilities

Macros

Parse a catalog file into a vector of a given type
WIP Parse Open Source Constellation Catalog
Trim a string before parsing into a given type.