UNPKG

astronomy-bundle

Version:

Bundle for astronomical calculations such as position of moon, sun and planets, sunrise, sunset or solar eclipses. Most of the calculations are based on Jean Meeus 'Astronomical Algorithms' book and the VSOP87 theory.

5 lines (4 loc) 184 B
import { Vsop87Group } from '../types/Vsop87Types'; export declare const VSOP87_X: Vsop87Group; export declare const VSOP87_Y: Vsop87Group; export declare const VSOP87_Z: Vsop87Group;