- 27 Apr, 2022 9 commits
-
-
Bryan Cazabonne authored
-
Bryan Cazabonne authored
-
Bryan Cazabonne authored
-
Bryan Cazabonne authored
-
Bryan Cazabonne authored
-
Luc Maisonobe authored
Fixes #917
-
-
Bryan Cazabonne authored
Fixes #916 #920 #923
-
Bryan Cazabonne authored
pre-release
-
- 26 Apr, 2022 17 commits
-
-
Bryan Cazabonne authored
-
- The solution retained is to add 2 variables to store the past secOfDay, to check for day change, and the number of times a day change has happenened. - A test was implemented to check the days of the records parsed, using a simplified version of the file provided by Clément Jonglez
-
Luc Maisonobe authored
Fixes #921 Merge branch 'issue-919' into develop
-
Luc Maisonobe authored
Fixes #919
-
Bryan Cazabonne authored
-
Bryan Cazabonne authored
-
Bryan Cazabonne authored
-
Bryan Cazabonne authored
-
Maxime Journot authored
Fixes #909
-
-
Previously it would wait 1 second for all messages. This proved to be too short on some platforms. Now it waits up to 30 seconds for 30 messages, then 1 additional second for the message that causes the error. The concurrency constructs used may not be the best, but they seem to work.
-
Evan Ward authored
In Orekit 10 StreamingOemWriter could write an OEM without acceleration, but in Orekit 11 it couldn't. Now it can. Expanded a test case.
-
Bryan Cazabonne authored
-
Bryan Cazabonne authored
-
Evan Ward authored
In Orekit 10.x StreamingOemWriter had the option for the user to select the output reference frame and to not write optional metadata fields. This commit adds those features to the 11.x branch while maintaining compatibility with the existing 11.x releases. A constructor parameter is added to StreamingOemWriter that determines wheter the reference frame of each segment changes depending on the state's attitude's frame or if the reference frame from the metadata is used. Interpolation degree values less than zero are treated as null when writing an OEM. Added a test case.
-
-
Pascal Parraud authored
-
- 14 Apr, 2022 1 commit
-
-
Louis Aucouturier authored
- The behaviour of the hasNonKeplerianAcceleration method has been corrected. - A test for the issue 786 was added based on the test provided by Evan Ward. - Test testToOrbitWithDerivatives() and its method doTestToOrbitWithDerivatives were modified to include a nonKeplerian acceleration coherent was the corrected behaviour of hasNonKeplerianAcceleration.
-
- 05 Apr, 2022 1 commit
-
-
Louis Aucouturier authored
- Improveon documentation - Adding DSST for parallel tests - Code simplification
-
- 04 Apr, 2022 1 commit
-
-
Louis Aucouturier authored
- A check for the minimum date was added - A test using a DateDetector was added. These tests are focused on the use of NumericalPropagator, and their use to produce an ephemeris using PropagatorsParallelizer.
-
- 01 Apr, 2022 1 commit
-
-
Louis Aucouturier authored
behaviour for Numerical Propagators - Modification were made on AbstractIntegratedPropagator and PropagatorParallelizer to reach the last steps of the all threads. - Simple tests were setup to check the behaviour. - Performance might be impacted by the getGeneratedEphemeris calls, as they now produce the ephemeris at each call.
-
- 17 Mar, 2022 9 commits
-
-
Bryan Cazabonne authored
-
Bryan Cazabonne authored
-
Bryan Cazabonne authored
-
Bryan Cazabonne authored
-
-
-
Bryan Cazabonne authored
-
Bryan Cazabonne authored
-
Bryan Cazabonne authored
-
- 16 Mar, 2022 1 commit
-
-
Fixes #896
-