public static class Sgp4Propagator.Sgp4EstimationOutput extends Object
Sgp4Elements
along with the associated
information from the fit.Constructor and Description |
---|
Sgp4EstimationOutput()
Initializes a new instance.
|
Sgp4EstimationOutput(int numPts)
Initialize a new instance and initialize the residual data
for the given number of observations.
|
Modifier and Type | Method and Description |
---|---|
boolean |
getDragDisabled()
Gets a value indicating whether the estimation of drag was disabled.
|
Sgp4Elements |
getEstimatedElements()
Gets the estimated set of elements representing the ephemeris at epoch.
|
Cartesian[] |
getFinalPositionResiduals()
Gets an array of the final position errors between the input position and the estimated position.
|
double |
getFinalRootMeanSquareError()
Gets the final value of the root mean square error of the estimated fit.
|
Cartesian[] |
getInitialPositionResiduals()
Gets an array of the initial position errors between the input position and the estimated position.
|
double |
getInitialRootMeanSquareError()
Gets the initial value of the root mean square error of the estimated fit.
|
int |
getIterationsUsed()
Gets a value indicating the number of iterations used for the solution.
|
double |
getMeanMotionDot()
Gets the first time derivative of mean motion, in units of revolutions per day squared.
|
double |
getMeanMotionDotDot()
Gets the second time derivative of mean motion, in units of revolutions per day cubed.
|
int |
getNumberOfObservations()
Gets the number of observations used for the fit (corresponding to the number of states in the input).
|
public Sgp4EstimationOutput()
public Sgp4EstimationOutput(int numPts)
numPts
- The number of observations in the input data.public final Sgp4Elements getEstimatedElements()
public final double getMeanMotionDot()
public final double getMeanMotionDotDot()
public final boolean getDragDisabled()
public final int getIterationsUsed()
public final double getInitialRootMeanSquareError()
public final double getFinalRootMeanSquareError()
public final int getNumberOfObservations()
public final Cartesian[] getInitialPositionResiduals()
public final Cartesian[] getFinalPositionResiduals()