- Sep 02, 2021
-
-
Evan Ward authored
Align attitude with propagation frame Closes #586 See merge request orekit/orekit!189
-
Evan Ward authored
Merge changes.xml
-
- Sep 01, 2021
-
-
Evan Ward authored
Finalized fix for #797 See merge request orekit/orekit!193
-
Evan Ward authored
Also remove Propagator.DEFAULT_LAW. Use IntertialProvider.of(Frame) instead. See discussion on !189. Part of #586.
-
Evan Ward authored
Anne-Laure did most of the work to add more informative messages when root finding for event detection fails. This commit adds a few polishes. - Added Anne-Laure Lugan as a contributor - Updated messages to print g values to full precision. - Made try {} as small as possible since catch() is so broad - Fix checkstyle warnings - Add test to check message is formatted correctly
-
Evan Ward authored
Issue 797 : Improve investigation while encoutering a MathIllegalStateException See merge request orekit/orekit!165
-
Evan Ward authored
Fix #685 analytic propagator null reset state Closes #685 See merge request orekit/orekit!191
-
Evan Ward authored
Fix #618 ClasspathCrawler match file name only Closes #618 See merge request orekit/orekit!190
-
- Aug 30, 2021
-
-
Evan Ward authored
And also the related FieldPropagator.DEFAULT_LAW and IntertialProvider.EME2000_ALIGNED. Left a couple usages in the tests that were necesscessary for proper class loading and for testing the deprecated values. #586
-
LUGAN authored
-
LUGAN authored
-
LUGAN authored
-
Evan Ward authored
-
Luc Maisonobe authored
-
Luc Maisonobe authored
-
- Aug 25, 2021
-
-
Evan Ward authored
-
Evan Ward authored
These methods are incorrect. They should use the default implementation instead.
-
Evan Ward authored
Previously a null reset state behaved as CONTINUE with analytic propagators but not with integrated propagators. This was an undocumented "feature". Removed it to be consistent.
-
Evan Ward authored
Previously ClasspathCrawler matched the whole path against supported names which caused problems with ^ as other loaders only matched the file name. Added a test case.
-
Evan Ward authored
-
Evan Ward authored
Implemented for all analytic and the GlONASS propagator. The DSST and Numerical propagator do not have a frame available in their constructor, so the new behavior could not be implemented. Aligning the attitude frame with the propagation frame speeds up propagation when the user does not care about attitude and it many cases it removes a dependence on the default data context. Fix #586
-
Evan Ward authored
It now has better performance when the attitude is aligned with the propagation reference frame by avoiding multiplying by zero. With analytic propagators using this attitude provider instead of the default has been observed to result in a speed up of 2 in some cases, e.g. with the TLEPropagator. For #586
-
- 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
-