Click or drag to resize

Sgp4Propagator.Sgp4EstimationOutput Constructor (Int32)

Initialize a new instance and initialize the residual data for the given number of observations.

Namespace:  AGI.Foundation.Propagators
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public Sgp4EstimationOutput(
	int numPts
)

Parameters

numPts
Type: System.Int32
The number of observations in the input data.
See Also