- Feb 01, 2019
-
-
Luc Maisonobe authored
-
Luc Maisonobe authored
Version in pom.xml updated to 9.4-SNAPSHOT.
-
- Jan 25, 2019
-
-
Luc Maisonobe authored
-
- Jan 22, 2019
-
-
Evan Ward authored
Previously if DataProvidersManagerTest ran before NetworkCrawlerTest it would set data filters (which are static) that would interfere with NetworkCrawlerTest. Now both tests clear filters.
-
Evan Ward authored
-
Luc Maisonobe authored
-
Luc Maisonobe authored
-
Luc Maisonobe authored
-
Luc Maisonobe authored
-
Luc Maisonobe authored
-
Luc Maisonobe authored
-
Luc Maisonobe authored
-
- Jan 21, 2019
-
-
Luc Maisonobe authored
Test do not pass yet.
-
Luc Maisonobe authored
-
Luc Maisonobe authored
-
- Jan 17, 2019
-
-
Luc Maisonobe authored
-
Luc Maisonobe authored
-
- Jan 15, 2019
-
-
Luc Maisonobe authored
The URL from gitlab cannot be predicted before release. It will be updated afterwards.
-
Luc Maisonobe authored
-
Luc Maisonobe authored
Thanks to Lars Næsbye Christensen for the translations!
-
Luc Maisonobe authored
Thanks to Roberto Alacevich for the translations.
-
Luc Maisonobe authored
-
Luc Maisonobe authored
-
Luc Maisonobe authored
-
- Jan 14, 2019
-
-
Bryan Cazabonne authored
-
Bryan Cazabonne authored
Conflicts: src/main/java/org/orekit/models/earth/ViennaModelCoefficientsLoader.java src/test/java/org/orekit/estimation/leastsquares/OrbitDeterminationTest.java src/test/java/org/orekit/models/earth/ViennaModelCoefficientsLoaderTest.java
-
Luc Maisonobe authored
-
Luc Maisonobe authored
Fixes #498 Thanks to Bryan for the contribution!
-
Luc Maisonobe authored
-
Bryan Cazabonne authored
-
Luc Maisonobe authored
-
-
-
Luc Maisonobe authored
-
Luc Maisonobe authored
Conflicts: src/main/java/org/orekit/estimation/measurements/modifiers/RangeRateTroposphericDelayModifier.java src/main/java/org/orekit/estimation/measurements/modifiers/RangeTroposphericDelayModifier.java src/main/java/org/orekit/models/earth/MariniMurrayModel.java src/test/java/org/orekit/estimation/leastsquares/OrbitDeterminationTest.java src/test/java/org/orekit/estimation/sequential/KalmanOrbitDeterminationTest.java src/test/resources/orbit-determination/GNSS/od_test_GPS07.in src/tutorials/java/fr/cs/examples/estimation/OrbitDetermination.java
-
Bryan Cazabonne authored
Conflicts: src/main/java/org/orekit/models/earth/MariniMurrayModel.java src/test/java/org/orekit/estimation/leastsquares/OrbitDeterminationTest.java src/test/resources/orbit-determination/GNSS/od_test_GPS07.in
-
- Jan 12, 2019
-
-
Luc Maisonobe authored
The previous explanation for multi-threading and propagation set up for fixing #479 was incomplete. The fact is that propagators cannot be called from several threads at once (they do preserve some internal state), but they CAN be used in multi-threaded applications as long as one propagator is only called from one thread. We even have a helper class for that: PropagatorsParallelizer. Fixes #479
-
- Jan 11, 2019
-
-
Luc Maisonobe authored
Fixes #479 Thanks to Javier for spotting the issue.
-
Luc Maisonobe authored
Fixes #477 Thanks to Javier for spotting the issue.
-
Luc Maisonobe authored
Fixes #482 Thanks to Javier for spotting the issue.
-