| Package | Description |
|---|---|
| fr.cnes.genopus.correlation |
package for correlation widgets.
|
| fr.cnes.genopus.correlation.calc |
GENOPUS widgets computation package.
|
| Modifier and Type | Method and Description |
|---|---|
GPCorrelationData |
GPCorrelation.getGpCorrelationData()
Method to get orbit correlation data.
|
protected void |
GPCorrelationCommon.resetData()
Method to reset the data.
|
protected void |
GPCorrelationCommon.setData(fr.cnes.sirius.patrius.math.linear.RealMatrix matrix)
Method to set the pseudo-correlation or covariance data.
|
| Modifier and Type | Method and Description |
|---|---|
static fr.cnes.sirius.patrius.math.linear.RealMatrix |
GPCorrelationUtils.corToCov(fr.cnes.sirius.patrius.math.linear.RealVector sigma,
fr.cnes.sirius.patrius.math.linear.RealMatrix cor)
Method to convert correlation matrix and sigma vector in covariance matrix
|
static fr.cnes.sirius.patrius.math.linear.RealMatrix |
GPCorrelationUtils.covToPseudoCor(fr.cnes.sirius.patrius.math.linear.RealMatrix cov)
Method to convert covariance matrix to pseudo-correlation matrix
|
GPCorrelationData |
GPCorrelationData.duplicate()
Clone method (useful for multi-threading).
|
static fr.cnes.sirius.patrius.math.linear.RealMatrix |
GPCorrelationUtils.pseudoCorToCov(fr.cnes.sirius.patrius.math.linear.RealMatrix cor)
Method to convert pseudo-correlation matrix in covariance matrix
|
| Constructor and Description |
|---|
GPCorrelationData(GPCorrelationType paramType,
GPMatrixType matrixType,
double[][] roughData)
Constructor for Keplerian and Cartesian modes.
|
GPCorrelationData(GPCorrelationType paramType,
GPMatrixType matrixType,
double[][] roughData,
fr.cnes.sirius.patrius.frames.LOFType lofType,
Boolean isAbsolute)
Constructor with parameters for LOF.
|
Copyright © 2025. All rights reserved.