API Reference / draconicChart · function
Function: draconicChart()
function draconicChart(
engine,
jdUt,
bodies?,
node?,
lat?,
lonEast?): DraconicChart;
Draconic longitudes of bodies at jd (default the standard chart set),
plus the four angles when a place (lat, east-positive lon) is given. The
node body itself maps to 0 by construction.
Parameters
| Parameter | Type | Default value |
|---|---|---|
engine | Engine | undefined |
jdUt | number | undefined |
bodies | BodyId[] | ... |
node | DraconicNode | "true" |
lat? | number | undefined |
lonEast? | number | undefined |