Sgp4PropagatorEstimateElements Method (DateMotionCollectionCartesian, Sgp4PropagatorSgp4EstimationInput) |
Namespace:
AGI.Foundation.Propagators
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public static Sgp4PropagatorSgp4EstimationOutput EstimateElements(
DateMotionCollection<Cartesian> ephemerisInTEME,
Sgp4PropagatorSgp4EstimationInput configuration
)
Public Shared Function EstimateElements (
ephemerisInTEME As DateMotionCollection(Of Cartesian),
configuration As Sgp4PropagatorSgp4EstimationInput
) As Sgp4PropagatorSgp4EstimationOutput
public:
static Sgp4PropagatorSgp4EstimationOutput^ EstimateElements(
DateMotionCollection<Cartesian>^ ephemerisInTEME,
Sgp4PropagatorSgp4EstimationInput^ configuration
)
static member EstimateElements :
ephemerisInTEME : DateMotionCollection<Cartesian> *
configuration : Sgp4PropagatorSgp4EstimationInput -> Sgp4PropagatorSgp4EstimationOutput
Parameters
- ephemerisInTEME
- Type: AGI.FoundationDateMotionCollectionCartesian
The set of time indexed state observations over which to perform the fit. - configuration
- Type: AGI.Foundation.PropagatorsSgp4PropagatorSgp4EstimationInput
Additional configuration data indicating how to perform the fit and whether to solve for
the BSTAR drag term. This can also prescribe a value for BSTAR to use when estimating the elements.
Return Value
Type:
Sgp4PropagatorSgp4EstimationOutputA result containing the estimated
Sgp4Elements and associated information from the fit.
See Also