- 21 Apr, 2022 2 commits
-
-
Clément Jonglez authored
Issue 886 - CRD Parser rollover See merge request !262
-
Louis Aucouturier 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
-
- 20 Apr, 2022 2 commits
-
-
Luc Maisonobe authored
-
Luc Maisonobe authored
Fixes #919
-
- 19 Apr, 2022 2 commits
-
-
Luc Maisonobe authored
-
Luc Maisonobe authored
Fixes #918
-
- 15 Apr, 2022 4 commits
-
-
Luc Maisonobe authored
Conflicts: src/changes/changes.xml
-
Luc Maisonobe authored
Fixes #917
-
Maxime Journot authored
Fixes #909
-
Luc Maisonobe authored
-
- 11 Apr, 2022 1 commit
-
-
Evan Ward authored
Fix test timeout in NtripClientTest See merge request orekit/orekit!258
-
- 08 Apr, 2022 2 commits
-
-
Evan Ward authored
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
Fix writing OEM without acceleration #912 See merge request orekit/orekit!256
-
- 06 Apr, 2022 2 commits
-
-
Luc Maisonobe authored
-
Luc Maisonobe authored
-
- 05 Apr, 2022 3 commits
-
-
Pascal Parraud authored
-
Pascal Parraud authored
-
Pascal Parraud authored
Tdoa Closes #911 See merge request orekit/orekit!255
-
- 04 Apr, 2022 3 commits
-
-
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
-
- 31 Mar, 2022 5 commits
-
-
Pascal Parraud authored
-
Pascal Parraud authored
-
Pascal Parraud authored
-
Bryan Cazabonne authored
Fixed eD and eY equation in ECOM2 model. See merge request orekit/orekit!254
-
Bryan Cazabonne authored
-
- 30 Mar, 2022 2 commits
-
-
Evan Ward authored
Allow creating Geoid w/o default data context See merge request orekit/orekit!252
-
Evan Ward authored
Fix StreamingOemWriter in ITRF w/o optional fields #882 See merge request orekit/orekit!251
-
- 29 Mar, 2022 3 commits
-
-
Evan Ward authored
-
Evan Ward authored
Previously the only constructor for Geoid used the default data context because it chose J2000 as the default epoch. Updated that to use AbsoluteDate.ARBITRARY_EPOCH so that it no longer uses the default data context.
-
Pascal Parraud authored
-
- 28 Mar, 2022 4 commits
-
-
Evan Ward authored
Fix #903 Create StaticTransform, Frame.getStaticTransformTo, and supporting methods Closes #903 See merge request orekit/orekit!249
-
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
-
Pascal Parraud authored
-
- 24 Mar, 2022 5 commits