forked from openorbit/celmek
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
12 lines (9 loc) · 626 Bytes
/
README
File metadata and controls
12 lines (9 loc) · 626 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
Libcelmek was developed by Mattias Holm (lorrden at openorbit dot org).
Libcelmek is a celestial mechanics library, it implements many different
algorithms. Several algorithms are implemented from the Astronomical Algorithms
book by Jean Meeus, ISBN: 0-943396-35-2. In addition to those algorithms,
full precision VSOP87E and the IAU rotational model is also implemented.
There are two ways to compile the library, either with the Xcode project file or
using the CMake build system. Tests does at the moment only build using the
Xcode project however.
Documentation is lacking at the moment, but it will be added later on.