@observerly/astrometry
Version:
observerly's lightweight, zero-dependency, type safe astrometry library written in Typescript for calculating the position of celestial objects in the sky.
16 lines (15 loc) • 437 B
JavaScript
// @license Copyright © 2021-2023 observerly
const o = 63781378e-1, t = 149597870700, _ = 3600, n = 86400, s = 31556925445e-3, c = 299792458, E = c, S = 2415020, N = 24405875e-1, D = 2451545;
export {
t as AU_IN_METERS,
o as EARTH_RADIUS,
S as J1900,
N as J1970,
D as J2000,
n as SECONDS_IN_DAY,
_ as SECONDS_IN_HOUR,
s as SECONDS_IN_YEAR,
c as SPEED_OF_LIGHT,
E as c
};
//# sourceMappingURL=constants.js.map