API Reference / syntheticSources · function
Function: syntheticSources()
function syntheticSources(sys): Record<string, XyzSource>;
Build the heliocentric XyzSource for every body in a system, keyed by id — the raw material for both the world-frame contract and engine registration.
Parameters
| Parameter | Type | Description |
|---|---|---|
sys | SyntheticSystem | The authored system. |
Returns
Record<string, XyzSource>
One source per body id.