UNPKG

@tubular/astronomy

Version:

Astronomical calculations for planetary positions, moon phases, eclipses, rise, transit, and set times, and more.

31 lines 1.03 kB
import { getDeltaTAtJulianDate as gdt, utToTdt, tdtToUt } from '@tubular/time'; export * from './additional-orbiting-objects'; export * from './astro-constants'; export * from './astronomy-util'; export * from './ecliptic'; export * from './event-finder'; export * from './i-astro-data.service'; export * from './i-sky-observer'; export * from './jupiter-info'; export * from './jupiter-moons'; export * from './meeus-moon'; export * from './planetary-moons'; export * from './pluto'; export * from './saturn-moons'; export * from './sky-observer'; export * from './solar-system'; export * from './star-catalog'; export * from './vsop87-planets'; /** * @deprecated Use @tubular/time getDeltaTAtJulianDate() instead. */ export declare const getDeltaTAtJulianDate: typeof gdt; /** * @deprecated Use @tubular/time utToTdt() instead. */ export declare const UT_to_TDB: typeof utToTdt; /** * @deprecated Use @tubular/time tdtToUt() instead. */ export declare const TDB_to_UT: typeof tdtToUt; //# sourceMappingURL=index.d.ts.map