- 20 Dec, 2022 4 commits
-
-
Mélina Vanel authored
-
mvanel authored
-
mvanel authored
-
mvanel authored
Final update for parameter driver estimation on several interval : - update of getEventsDetector for force model and dsst
-
- 29 Sep, 2022 1 commit
-
-
mvanel authored
before adding continuous estimation with interpolation. Still several things to correct : - BL mu driver strange behaviour - getEventDetector force model - TimeSpanDragForce and ParametricAcc
-
- 08 Sep, 2022 1 commit
-
-
mvanel authored
correction acceleration and DSST initializeShortP... to remove the extractparameter method which was not necessary
-
- 07 Sep, 2022 1 commit
-
-
mvanel authored
Added a functionality to be able to estimate parameterDriver by interval, everything needed to be changed to be compatible with this modification
-
- 27 Apr, 2022 11 commits
-
-
Bryan Cazabonne authored
-
Bryan Cazabonne authored
-
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
-
- 22 Apr, 2022 5 commits
-
-
Luc Maisonobe authored
-
Luc Maisonobe authored
-
Luc Maisonobe authored
-
Luc Maisonobe authored
-
Luc Maisonobe authored
Fixes #921 Merge branch 'issue-919' into develop
-