ConjunctionAssessment

ConjunctionAssessment provides methods to assess close approaches between objects in space.

Methods

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

Calculates close approaches between two arrays of entities within a specified time window.
Name Type Description
primary Array The first array of entities with orbital parameters and IDs.
secondary Array 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.
stepSeconds Number Time step in seconds for the simulation.
radius Number 15000 optional (Optional) Radius in meters for the search.
Returns:
- Resolves to a list of CloseApproach instances.
Need help? [email protected]