@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.
4 lines (3 loc) • 498 B
JavaScript
;Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});// @license Copyright © 2021-2023 observerly
const S=63781378e-1,E=149597870700,t=3600,c=86400,o=31556925445e-3,_=299792458,N=_,n=2415020,s=24405875e-1,D=2451545;exports.AU_IN_METERS=E;exports.EARTH_RADIUS=S;exports.J1900=n;exports.J1970=s;exports.J2000=D;exports.SECONDS_IN_DAY=c;exports.SECONDS_IN_HOUR=t;exports.SECONDS_IN_YEAR=o;exports.SPEED_OF_LIGHT=_;exports.c=N;
//# sourceMappingURL=constants.cjs.map