API Reference / solarPhase · function
Function: solarPhase()
function solarPhase(
engine,
body,
jdUt,
zodiac?,
cazimi?,
combust?,
underBeams?): SolarPhase;
cazimi / combust / under_beams / null for a body's nearness to the Sun by ecliptic longitude. The Sun itself returns null.
Parameters
| Parameter | Type | Default value |
|---|---|---|
engine | Engine | undefined |
body | BodyId | undefined |
jdUt | number | undefined |
zodiac | Zodiac | "tropical" |
cazimi | number | CAZIMI_DEG |
combust | number | COMBUST_DEG |
underBeams | number | UNDER_BEAMS_DEG |