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) 178 B
export declare const EPOCH_J1900 = 2415020; export declare const EPOCH_J1950 = 2433282.5; export declare const EPOCH_J2000 = 2451545; export declare const EPOCH_J2100 = 2488070;