- Aug 26, 2021
-
-
Evan Ward authored
Previously when an analytic propagator handled a continue event the first part of the step would be passed to the OrekitStepHandler twice. Now it is only passed once. Seems to have been present when AbstractAnalyticalPropagator was created, about a decade ago, and not detected in all the changes since then, so I guess no one uses that combination much.
-
Evan Ward authored
-
Evan Ward authored
Change FieldAbstractAnalyticalPropagator to use the same logic as AbstractAnalyticalPropagator in accept step to decide if it is the last step.
-
Evan Ward authored
Previously when there was a step handler analytic propagators were forced to take small steps though EventDetector and OrekitStepHandler can both use large steps. Removed this unnecessary restriction to improve performance. Fix #830
-
- Aug 19, 2021
-
-
Bryan Cazabonne authored
Fixed missing call to setMuCreated() in OemParser. Closes #788 See merge request orekit/orekit!186
-
Bryan Cazabonne authored
-
Bryan Cazabonne authored
Fixed missing file types in SP3Parser. Closes #828 See merge request orekit/orekit!185
-
Bryan Cazabonne authored
Fixes #828
-
Bryan Cazabonne authored
Fixed time system used in SP3 files. Closes #827 See merge request orekit/orekit!184
-
Bryan Cazabonne authored
Fixes #827
-
Bryan Cazabonne authored
Fixed parsing of clock values in SP3 files. Closes #803 See merge request orekit/orekit!183
-
- Aug 18, 2021
-
-
Bryan Cazabonne authored
-
Bryan Cazabonne authored
-
Bryan Cazabonne authored
Added EventDetector to EventHandler.init(...). Closes #721 See merge request orekit/orekit!182
-
Bryan Cazabonne authored
Fixes #721
-
Bryan Cazabonne authored
Fixed end of line problem between Linux/Windows in tests. Closes #815 See merge request orekit/orekit!181
-
Bryan Cazabonne authored
Fixes #815
-
Bryan Cazabonne authored
-
Bryan Cazabonne authored
-
- Aug 16, 2021
-
-
Sébastien Dinot authored
-
Sébastien Dinot authored
-
Sébastien Dinot authored
-
Sébastien Dinot authored
-
Bryan Cazabonne authored
-
Bryan Cazabonne authored
-
Sébastien Dinot authored
-
Bryan Cazabonne authored
-
- Aug 15, 2021
-
-
Sébastien Dinot authored
-
- Aug 13, 2021
-
-
Bryan Cazabonne authored
-
Bryan Cazabonne authored
-
Bryan Cazabonne authored
-
Bryan Cazabonne authored
Fixes #820
-
Bryan Cazabonne authored
Fixes #820
-
Bryan Cazabonne authored
Avoid breaking pipeline for unconfigured SonarQube See merge request orekit/orekit!177
- Aug 12, 2021
-
-
Guilhem Bonnefille authored
-
Guilhem Bonnefille authored
These variables are necessarily set due to initial declarations at the top of gitlab-ci.yml.
-
Guilhem Bonnefille authored
As quality should be checked, a failing stage is introduced to keep integrator aware.
-
Bryan Cazabonne authored
Used a separate Comparator for sorting integer least square solutions. Closes #626 See merge request orekit/orekit!176
-
Bryan Cazabonne authored
-