-
Notifications
You must be signed in to change notification settings - Fork 1
MoonPosition
moon-sighting / MoonPosition
Defined in: types.ts:27
Topocentric moon position from getMoonPosition(). Computed via Meeus Ch. 47 (no kernel required). Accuracy: azimuth/altitude ~0.3°, distance ~300 km.
altitude:
number
Defined in: types.ts:31
Apparent altitude in degrees above the horizon (atmospheric refraction applied)
azimuth:
number
Defined in: types.ts:29
Azimuth in degrees from North, measured clockwise (0 = N, 90 = E, 180 = S, 270 = W)
distance:
number
Defined in: types.ts:33
Distance from Earth center to Moon center, km
parallacticAngle:
number
Defined in: types.ts:39
Parallactic angle in radians. The angle between the great circle through the Moon and zenith, and the great circle through the Moon and the north celestial pole. Positive east of the meridian.
moon-sighting · MIT License · npm · Issues
Guides
Examples
API Reference
- getMoonSightingReport
- getMoonPhase
- getMoonPosition
- getMoonIllumination
- getMoonVisibilityEstimate
- getMoon
- getSunMoonEvents
- initKernels
- downloadKernels
- verifyKernels
Domain Reference
Package Reference
Community