Click or drag to resize

SegmentListResultsCropEphemerisForOverallTrajectory Method

This method will clear the EphemerisForOverallTrajectory and fill it in with the ephemeris from the EntireComputedEphemeris that is in the interval. SegmentPropagators that propagate multiple segments may need to override this to properly crop its child segments (and it is likely that some segments will have an empty EphemerisForOverallTrajectory). This should not need to perform any adaptation of the states involved; simply adjust the states in the EphemerisForOverallTrajectory. For SegmentResults that are made up of multiple segments, this must be called on each individual segment before being called on the overall results.

Namespace:  AGI.Foundation.SegmentPropagation
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public override void CropEphemerisForOverallTrajectory(
	IntegrationSense overallDirection,
	TimeInterval interval
)

Parameters

overallDirection
Type: AGI.Foundation.NumericalMethodsIntegrationSense
The time direction of propagation.
interval
Type: AGI.Foundation.TimeTimeInterval
The interval that this segment should have data in its EphemerisForOverallTrajectory.
See Also