Sgp4Propagator.EstimateElements Method (DateMotionCollection<Cartesian>, Sgp4Propagator.Sgp4EstimationInput) |
Namespace:
AGI.Foundation.Propagators
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic static Sgp4Propagator.Sgp4EstimationOutput EstimateElements(
DateMotionCollection<Cartesian> ephemerisInTEME,
Sgp4Propagator.Sgp4EstimationInput configuration
)
Public Shared Function EstimateElements (
ephemerisInTEME As DateMotionCollection(Of Cartesian),
configuration As Sgp4Propagator.Sgp4EstimationInput
) As Sgp4Propagator.Sgp4EstimationOutput
public:
static Sgp4Propagator.Sgp4EstimationOutput^ EstimateElements(
DateMotionCollection<Cartesian>^ ephemerisInTEME,
Sgp4Propagator.Sgp4EstimationInput^ configuration
)
static member EstimateElements :
ephemerisInTEME : DateMotionCollection<Cartesian> *
configuration : Sgp4Propagator.Sgp4EstimationInput -> Sgp4Propagator.Sgp4EstimationOutput
Parameters
- ephemerisInTEME
- Type: AGI.Foundation.DateMotionCollection<Cartesian>
The set of time indexed state observations over which to perform the fit. - configuration
- Type: AGI.Foundation.Propagators.Sgp4Propagator.Sgp4EstimationInput
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:
Sgp4Propagator.Sgp4EstimationOutputA result containing the estimated
Sgp4Elements and associated information from the fit.
See Also