public class OrbitCovariance extends Object implements TimeStamped, Serializable
Constructor and Description |
---|
OrbitCovariance(AbsoluteDate covDate,
Frame refFrame,
OrbitType coordType,
RealMatrix covMat)
Simple constructor
|
OrbitCovariance(Orbit orbit,
OrbitType coordType,
RealMatrix covMat)
Simple constructor.
|
OrbitCovariance(Orbit orbit,
RealMatrix covMat)
Simple constructor.
|
Modifier and Type | Method and Description |
---|---|
SymmetricMatrix |
getCovarianceMatrix()
Covariance matrix getter.
|
SymmetricMatrix |
getCovarianceMatrix(Orbit refOrbit,
OrbitType outCovType,
Frame outFrame)
Covariance matrix getter.
|
AbsoluteDate |
getDate()
Get the date.
|
OrbitCovariance |
propagate(Orbit refOrbit,
AbsoluteDate target)
Propagate covariance.
|
public OrbitCovariance(AbsoluteDate covDate, Frame refFrame, OrbitType coordType, RealMatrix covMat)
covDate
- Covariance Date.refFrame
- Reference frame.coordType
- Coordinates Type.covMat
- Covariance Matrixpublic OrbitCovariance(Orbit orbit, OrbitType coordType, RealMatrix covMat)
orbit
- Reference orbit.coordType
- Coordinates TypecovMat
- Covariance matrix.public OrbitCovariance(Orbit orbit, RealMatrix covMat)
orbit
- Reference orbit.covMat
- Covariance matrix.public AbsoluteDate getDate()
getDate
in interface TimeStamped
public SymmetricMatrix getCovarianceMatrix()
public SymmetricMatrix getCovarianceMatrix(Orbit refOrbit, OrbitType outCovType, Frame outFrame) throws PatriusException
refOrbit
- Reference orbit.outCovType
- Output orbital parameters for covariance.outFrame
- Output frame for covariance.PatriusException
- thrown if computation failedpublic OrbitCovariance propagate(Orbit refOrbit, AbsoluteDate target)
refOrbit
- Reference orbit.target
- Target epoch.Copyright © 2018 CNES. All Rights Reserved.