ConjunctionAssessment

Methods

static Cesium.ConjunctionAssessment.calculateCloseApproaches(primary, secondary, options)Promise.<Array>

Calculates close approaches between two arrays of entities within a specified time window.
Name Type Description
primary Array | Entity The first array of entities with orbital parameters and IDs.
secondary Array | Entity The second array of entities with orbital parameters and IDs.
options Object Calculation options.
Name Type Default Description
startTime JulianDate Start time for the assessment.
endTime JulianDate End time for the assessment.
step Number optional Time step in seconds for the simulation.
substep Number 0 optional (Optional) Time substep in seconds, defaults to step.
radius Number 15000 optional (Optional) Radius in meters for the search.
algorithm Number 0 optional (Optional) Algorithm to use: 0 = naive, 1 = KD-tree
Returns:
- Resolves to a list of CSM instances.
Need help? [email protected]