Sgp4PropagatorSgp4EstimationOutput Class |
Namespace: AGI.Foundation.Propagators
The Sgp4PropagatorSgp4EstimationOutput type exposes the following members.
| Name | Description | |
|---|---|---|
| Sgp4PropagatorSgp4EstimationOutput | Initializes a new instance. | |
| Sgp4PropagatorSgp4EstimationOutput(Int32) |
Initialize a new instance and initialize the residual data
for the given number of observations.
|
| Name | Description | |
|---|---|---|
| DragDisabled |
Gets a value indicating whether the estimation of drag was disabled.
| |
| EstimatedElements |
Gets the estimated set of elements representing the ephemeris at epoch.
| |
| FinalPositionResiduals |
Gets an array of the final position errors between the input position and the estimated position.
Note that if the data is unavailable, this value will be null.
| |
| FinalRootMeanSquareError |
Gets the final value of the root mean square error of the estimated fit.
| |
| InitialPositionResiduals |
Gets an array of the initial position errors between the input position and the estimated position.
Note that if the data is unavailable, this value will be null.
| |
| InitialRootMeanSquareError |
Gets the initial value of the root mean square error of the estimated fit.
| |
| IterationsUsed |
Gets a value indicating the number of iterations used for the solution.
| |
| MeanMotionDot |
Gets the first time derivative of mean motion, in units of revolutions per day squared.
| |
| MeanMotionDotDot |
Gets the second time derivative of mean motion, in units of revolutions per day cubed.
| |
| NumberOfObservations |
Gets the number of observations used for the fit (corresponding to the number of states in the input).
|
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |