Package | Description |
---|---|
org.orekit.propagation |
Propagation
|
Modifier and Type | Method and Description |
---|---|
StateCovariance |
StateCovariance.changeCovarianceFrame(Orbit orbit,
Frame frameOut)
Get the covariance in the output frame.
|
StateCovariance |
StateCovariance.changeCovarianceFrame(Orbit orbit,
LOFType lofOut)
Get the covariance in a given local orbital frame.
|
StateCovariance |
StateCovariance.changeCovarianceType(Orbit orbit,
OrbitType outOrbitType,
PositionAngle outAngleType)
Get the covariance matrix in another orbit type.
|
StateCovariance |
StateCovarianceMatrixProvider.getStateCovariance(SpacecraftState state)
Get the state covariance.
|
StateCovariance |
StateCovarianceMatrixProvider.getStateCovariance(SpacecraftState state,
Frame frame)
Get the state covariance expressed in a given frame.
|
StateCovariance |
StateCovarianceMatrixProvider.getStateCovariance(SpacecraftState state,
OrbitType orbitType,
PositionAngle angleType)
Get the state covariance expressed in a given orbit type.
|
StateCovariance |
StateCovariance.shiftedBy(Orbit orbit,
double dt)
Get a time-shifted covariance matrix.
|
Constructor and Description |
---|
StateCovarianceMatrixProvider(String additionalName,
String stmName,
MatricesHarvester harvester,
OrbitType stmOrbitType,
PositionAngle stmAngleType,
StateCovariance covInit)
Constructor.
|
Copyright © 2002-2023 CS GROUP. All rights reserved.