Package | Description |
---|---|
fr.cnes.sirius.patrius.covariance |
Modifier and Type | Method and Description |
---|---|
OrbitalCovariance |
OrbitalCovariance.copy()
Gets a copy of this orbital covariance.
|
OrbitalCovariance |
MultiOrbitalCovariance.getOrbitalCovariance(int index)
Extracts the orbital covariance of the selected orbit.
By default, does not include the additional parameters that are not attached to any orbit.
|
OrbitalCovariance |
MultiOrbitalCovariance.getOrbitalCovariance(int index,
boolean includeNonOrbitalAdditionalParameters)
Extracts the orbital covariance of the selected orbit.
|
OrbitalCovariance |
OrbitalCovariance.shiftedBy(double dt)
Shifts the orbital covariance in time by a given duration.
|
OrbitalCovariance |
OrbitalCovariance.transformTo(Frame destFrame,
OrbitType destOrbitType,
PositionAngle destPositionAngle)
Transforms this orbital covariance to the specified frame, orbit type and position angle
type.
|
OrbitalCovariance |
OrbitalCovariance.transformTo(LOFType lofType,
boolean frozenLof)
Transforms this orbital covariance to a local orbital frame centered on the associated orbit.
|
OrbitalCovariance |
OrbitalCovariance.transformTo(Orbit referenceOrbit,
LOFType lofType,
boolean frozenLof)
Transforms this orbital covariance to a local orbital frame centered on a given orbit.
|
Copyright © 2023 CNES. All rights reserved.