UNPKG

@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.

10 lines (9 loc) 229 B
import { c as e } from "./utilities-BM-rBPno.js"; const n = (t) => { const { alt: r } = t; return 1 / Math.sin(e(r + 244 / (165 + 47 * r ** 1.1))); }; export { n as getAirmassPickering }; //# sourceMappingURL=seeing.js.map