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
d6119494
Commit
d6119494
authored
Nov 28, 2022
by
Maxime Journot
Browse files
Minor update UnivariateProcessNoise.java
parent
dc401c1d
Pipeline
#2711
passed with stages
in 32 minutes and 15 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/org/orekit/estimation/sequential/UnivariateProcessNoise.java
View file @
d6119494
...
...
@@ -227,7 +227,7 @@ public class UnivariateProcessNoise extends AbstractCovarianceMatrixProvider {
// Convert to current orbit type and position angle
final
StateCovariance
inertialOrbitalProcessNoiseCov
=
inertialCartesianProcessNoiseCov
.
changeCovarianceType
(
current
.
getOrbit
(),
//new CartesianOrbit(current.getOrbit()),
inertialCartesianProcessNoiseCov
.
changeCovarianceType
(
current
.
getOrbit
(),
current
.
getOrbit
().
getType
(),
positionAngle
);
// Return inertial orbital covariance matrix
return
inertialOrbitalProcessNoiseCov
.
getMatrix
();
...
...
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