Constructor and Description |
---|
CovarianceMatrix(AbsoluteDate epoch,
LOFType lofType,
Frame frame,
RealMatrix lastMatrix)
Covariance Matrix constructor.
|
Modifier and Type | Method and Description |
---|---|
AbsoluteDate |
getEpoch()
Get the epoch relative to the covariance matrix.
|
Frame |
getFrame()
Get coordinate system for covariance matrix, for absolute frames.
|
LOFType |
getLofType()
Get coordinate system for covariance matrix, for Local Orbital Frames.
|
RealMatrix |
getMatrix()
Get the covariance matrix.
|
public CovarianceMatrix(AbsoluteDate epoch, LOFType lofType, Frame frame, RealMatrix lastMatrix)
epoch
- the epochlofType
- coordinate system for covariance matrix, for Local Orbital Framesframe
- coordinate system for covariance matrix, for absolute frameslastMatrix
- the covariance matrixpublic RealMatrix getMatrix()
public AbsoluteDate getEpoch()
public LOFType getLofType()
The value returned is null if the covariance matrix is given in an
absolute frame rather than a Local Orbital Frame. In this case, the
method getFrame()
must be used instead.
public Frame getFrame()
The value returned is null if the covariance matrix is given in a
Local Orbital Frame rather than an absolute frame. In this case, the
method getLofType()
must be used instead.
Copyright © 2002-2020 CS GROUP. All rights reserved.