API Reference / astrocartography · function
Function: astrocartography()
function astrocartography(
engine,
jdUt,
bodies,
latMin?,
latMax?,
latStep?): Record<string, AngleLines>;
Angle lines for each body at jdUt: { body: AngleLines }.
Parameters
| Parameter | Type | Default value |
|---|---|---|
engine | Engine | undefined |
jdUt | number | undefined |
bodies | BodyId[] | undefined |
latMin | number | -85.0 |
latMax | number | 85.0 |
latStep | number | 1.0 |
Returns
Record<string, AngleLines>