- 03 Dec, 2021 3 commits
-
-
Bryan Cazabonne authored
Fixes #868
-
Bryan Cazabonne authored
Fixed #864
-
Bryan Cazabonne authored
-
- 01 Dec, 2021 1 commit
-
-
Luc Maisonobe authored
This adds support for dimension retrieval and yield feature between providers.
-
- 30 Nov, 2021 2 commits
-
-
Luc Maisonobe authored
-
Luc Maisonobe authored
-
- 29 Nov, 2021 1 commit
-
-
Luc Maisonobe authored
Fixes #856
-
- 26 Nov, 2021 1 commit
-
-
Luc Maisonobe authored
Fixes #862
-
- 24 Nov, 2021 2 commits
-
-
Bryan Cazabonne authored
-
Bryan Cazabonne authored
-
- 21 Nov, 2021 1 commit
-
-
Luc Maisonobe authored
These containers are intended as replacements for HashMap when the number of keys is very small (such as in spacecraft states). They have smaller overhead, are more debugger-friendly (when dealing with additional states and derivatives), and all in-place incrementation.
-
- 20 Nov, 2021 2 commits
-
-
Luc Maisonobe authored
The new interfaces StackableAdder and IntegrableAdder allow to build state incrementally according to some dependency order if some adders require additional states or derivatives computed by other adders.
-
Luc Maisonobe authored
-
- 11 Nov, 2021 3 commits
-
-
Luc Maisonobe authored
-
Luc Maisonobe authored
-
Luc Maisonobe authored
Fixes #853
-
- 10 Nov, 2021 1 commit
-
-
Luc Maisonobe authored
FieldParameterDrivenDateIntervalDetector.
-
- 08 Nov, 2021 2 commits
-
-
Luc Maisonobe authored
Fixes #848
-
Luc Maisonobe authored
These classes streamline several ways to trigger maneuvers.
-
- 22 Oct, 2021 2 commits
-
-
Bryan Cazabonne authored
-
Bryan Cazabonne authored
-
- 20 Sep, 2021 1 commit
-
-
Bryan Cazabonne authored
-
- 14 Sep, 2021 3 commits
-
-
Bryan Cazabonne authored
-
Bryan Cazabonne authored
-
Bryan Cazabonne authored
-
- 07 Sep, 2021 2 commits
-
-
Bryan Cazabonne authored
-
Bryan Cazabonne authored
-
- 03 Sep, 2021 2 commits
-
-
Bryan Cazabonne authored
Fixes #717
-
Bryan Cazabonne authored
-
- 02 Sep, 2021 1 commit
-
- 01 Sep, 2021 1 commit
-
- 30 Aug, 2021 1 commit
-
-
LUGAN authored
-
- 26 Aug, 2021 2 commits
-
-
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.
-
- 25 Aug, 2021 6 commits
-
-
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
-