-
Notifications
You must be signed in to change notification settings - Fork 1
MoonSightingReport
moon-sighting / MoonSightingReport
Defined in: types.ts:344
bestTimeUTC:
Date|null
Defined in: types.ts:356
Best observation time (Odeh/Yallop: T_s + 4/9 * Lag)
bestTimeWindowUTC: [
Date,Date] |null
Defined in: types.ts:358
Conservative observation window [bestTime - 20min, bestTime + 20min]
date:
Date
Defined in: types.ts:346
Date for which the sighting report was computed
ephemerisSource:
"DE442S"|"approximate"
Defined in: types.ts:386
Source ephemeris used for this calculation
geometry:
CrescentGeometry|null
Defined in: types.ts:371
guidance:
string
Defined in: types.ts:382
Plain-language direction for observers. Includes where to look (azimuth, altitude), when (best time), and what to expect.
illumination:
number|null
Defined in: types.ts:366
Moon illumination percent at best time
lagMinutes:
number|null
Defined in: types.ts:354
Moonset minus sunset, in minutes. Null if either event is null.
moonAboveHorizon:
boolean|null
Defined in: types.ts:388
Whether the Moon is even above the horizon at best time
moonAge:
number|null
Defined in: types.ts:368
Hours since conjunction (new moon)
moonPosition:
AzAlt|null
Defined in: types.ts:362
Topocentric Moon position at best time
moonsetUTC:
Date|null
Defined in: types.ts:352
observer:
Observer
Defined in: types.ts:348
Observer location used
odeh:
OdehResult|null
Defined in: types.ts:375
sightingPossible:
boolean
Defined in: types.ts:390
Whether sighting is geometrically possible (lag > 0, Moon above horizon at best time)
sunPosition:
AzAlt|null
Defined in: types.ts:364
Topocentric Sun position at best time
sunsetUTC:
Date|null
Defined in: types.ts:351
yallop:
YallopResult|null
Defined in: types.ts:374
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