API Reference / ephemeris · function
Function: ephemeris()
function ephemeris(
engine,
bodies,
opts): Record<string, EphemerisPoint[]>;
Sample value for each body across [start, end], returning per-body series
in time order.
Parameters
| Parameter | Type |
|---|---|
engine | Engine |
bodies | BodyId[] |
opts | EphemerisOptions |
Returns
Record<string, EphemerisPoint[]>