API Reference / activeLunations · function
Function: activeLunations()
function activeLunations(
natal,
engine,
transitJd,
opts?): LunationHit[];
New and Full Moons within windowDays of transitJd, each located in the
natal houses, flagged when eclipsed, and checked for conjunctions with
natal bodies. The window is an editorial convention, like the station
window: a lunation colors the days around it.
Parameters
| Parameter | Type |
|---|---|
natal | Chart |
engine | Engine |
transitJd | number |
opts | { onNatalOrb?: number; windowDays?: number; zodiac?: Zodiac; } |
opts.onNatalOrb? | number |
opts.windowDays? | number |
opts.zodiac? | Zodiac |