API Reference / starAngleTimes · function
Function: starAngleTimes()
function starAngleTimes(
engine,
star,
jd,
lat): Record<string, number>;
The four angle crossings of a fixed star over the day from jd at latitude
lat: the meridian transits always occur; rise/set are absent when the
star is circumpolar or never rises.
Parameters
| Parameter | Type |
|---|---|
engine | Engine |
star | string |
jd | number |
lat | number |
Returns
Record<string, number>