Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Orekit
Orekit
Commits
5a1539ea
Commit
5a1539ea
authored
Jul 21, 2022
by
GC
Browse files
Added description to RTN covariance
parent
68ce2cb9
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/org/orekit/files/ccsds/ndm/cdm/RTNCovariance.java
View file @
5a1539ea
...
...
@@ -25,6 +25,8 @@ import org.orekit.files.ccsds.section.CommentsContainer;
* attribute which can be acces with getRTNCovariaxMatrix method. Beware that
* there are thus 2 ways to modify the RTN covariance : setC... ( setCrr,
* setCtr ...) which should be prioritized and getRTNCovariaxMatrix.setEntry(row, col, value).
* <p> The RTN Covariance Matrix is provided in the 9×9 Lower Triangular Form. All parameters of the 6×6 position/velocity submatrix
* are mandatory. The remaining elements will return NaN if not provided. </p>
* @author Melina Vanel
* @since 11.2
*/
...
...
@@ -90,6 +92,8 @@ public class RTNCovariance extends CommentsContainer {
/**
* Get the RTN covariance matrix.
* <p> The RTN Covariance Matrix is provided in the 9×9 Lower Triangular Form. All parameters of the 6×6 position/velocity submatrix
* are mandatory. The remaining elements will return NaN if not provided. </p>
* @return the RTN covariance matrix
*/
public
RealMatrix
getRTNCovarianceMatrix
()
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment