KalmanSmoother.CalculateSmoothedState(TimeSpanArray, List<Matrix>, List<Matrix>) Method |
Top |
DescriptionForces the calculation of the smoothed state at the end of the buffer while returning an ephemeris for each spacecraft in the state vector. The returned states and covariances are sorted forward in time, and represent the updates for each observation processed (so, there may be multiple updates at a given epoch, if multiple observations of the same epoch exist). This overload only applies when using Fixed-Lag. In Fixed-Point mode, the state return is for the first point in the buffer.
Timing Precision Mode This page describes functionality in nanosecond timing precision mode. Click here to see the documentation for this object in millisecond timing precision mode.
Method Signature
Arguments
Syntax
See also KalmanSmoother.CalculateSmoothedState
|