Click or drag to resize

Sgp4PropagatorSgp4EstimationOutput Class

A class containing the estimated Sgp4Elements along with the associated information from the fit.
Inheritance Hierarchy
SystemObject
  AGI.Foundation.PropagatorsSgp4PropagatorSgp4EstimationOutput

Namespace:  AGI.Foundation.Propagators
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public class Sgp4EstimationOutput

The Sgp4PropagatorSgp4EstimationOutput type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyDragDisabled
Gets a value indicating whether the estimation of drag was disabled.
Public propertyEstimatedElements
Gets the estimated set of elements representing the ephemeris at epoch.
Public propertyFinalPositionResiduals
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.
Public propertyFinalRootMeanSquareError
Gets the final value of the root mean square error of the estimated fit.
Public propertyInitialPositionResiduals
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.
Public propertyInitialRootMeanSquareError
Gets the initial value of the root mean square error of the estimated fit.
Public propertyIterationsUsed
Gets a value indicating the number of iterations used for the solution.
Public propertyMeanMotionDot
Gets the first time derivative of mean motion, in units of revolutions per day squared.
Public propertyMeanMotionDotDot
Gets the second time derivative of mean motion, in units of revolutions per day cubed.
Public propertyNumberOfObservations
Gets the number of observations used for the fit (corresponding to the number of states in the input).
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also