Jvinniec / CppEphem

CppEphem is a self-contained ephemeris package written in C++. It allows computation of celestial coordinate and date conversions and planet ephemerides by leveraging the Standards of Fundamental Astronomy (SOFA) software (included in the repo). It is C++11 compatible.
2 stars 2 forks source link

Missing executables: cirs2icrs & gal2icrs #14

Closed Jvinniec closed 5 years ago

Jvinniec commented 5 years ago

The executables converting CIRS -> ICRS and Galactic -> ICRS coordinates are missing. This has a tie in to issue #10 and can probably be resolved in the same pull request.

Jvinniec commented 5 years ago

Resolved by pull request #16.