peakvisor / skygazing

Celestial Calculator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

skygazing

Lightweight header-only C++ library for astronomical calculations. Developed for use in PeakVisor.

PeakVisor skygazing

Based on mourner/suncalc, AAPlus library, Fabiz/MeeusJs and The Book:

// [AA] “Astronomical Algorithms” 2nd edition by Jean Meeus (Willmann-Bell, Richmond) 1998.

To test against AAPlus library, use CMake argument -DSKYGAZING_AAPLUS_SRC="/path/to/aaplus_source/" and build ${SKYGAZING_AAPLUS_SRC}/cmake-build-release/lib/libaaplus.dylib yourself.

Usage examples

For examples of usage, see printObservation method in skygazing_test.h

About

Celestial Calculator

License:GNU General Public License v3.0


Languages

Language:C++ 99.5%Language:CMake 0.3%Language:Ruby 0.2%Language:C 0.1%