Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
Rugged
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Orekit
Rugged
Commits
07a6a9b0
Commit
07a6a9b0
authored
6 years ago
by
Guylaine Prat
Browse files
Options
Downloads
Patches
Plain Diff
Updated changes page.
parent
dc42462c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/changes/changes.xml
+11
-3
11 additions, 3 deletions
src/changes/changes.xml
src/test/java/org/orekit/rugged/errors/DumpReplayerTest.java
+0
-1
0 additions, 1 deletion
src/test/java/org/orekit/rugged/errors/DumpReplayerTest.java
with
11 additions
and
4 deletions
src/changes/changes.xml
+
11
−
3
View file @
07a6a9b0
...
...
@@ -32,14 +32,21 @@
along the LOS direction, with an iterative process, we are able to find the intersection.
</action>
<action
dev=
"guylaine"
type=
"fix"
issue=
"377"
>
Add the possibilty to suspend and resume the dump.
Add the possibil
i
ty to suspend and resume the dump.
When performing a dump, in some cases, some extra informations are dumped
but are not relevant.
For instance when updating a tile for a SRTM tile, we need to add the geoid
value of the current point. In the dump file, the geoid tile is also dumped
and it leds to bad results when performing the DumpReplayer, as the geoid
and it le
a
ds to bad results when performing the DumpReplayer, as the geoid
elevations are read instead of the real elevations.
</action>
<action
dev=
"guylaine"
type=
"update"
>
Enable null in dump of direct or inverse location results.
If direct or inverse location gave "null" as a result, it was not dumped.
</action>
<action
dev=
"guylaine"
type=
"update"
>
Improve test coverage of classes related to dump (org.orekit.rugged.errors).
</action>
<action
dev=
"guylaine"
type=
"fix"
issue=
"373"
>
Changed RuggedException from checked to unchecked exception.
Most functions do throw such exceptions. As they are unchecked, they are
...
...
@@ -63,7 +70,8 @@
adjustment.measurements.SensorToGroundMapping due to a parameters reversal error.
</action>
<action
dev=
"guylaine"
type=
"fix"
issue=
"256"
>
Bad check of maxDate validity in utils.SpacecraftToObservedBody.SpacecraftToObservedBody method.
Bad check of maxDate validity in utils.SpacecraftToObservedBody.SpacecraftToObservedBody
method.
</action>
<action
dev=
"luc"
type=
"add"
due-to=
"Lars Næsbye Christensen"
>
...
...
This diff is collapsed.
Click to expand it.
src/test/java/org/orekit/rugged/errors/DumpReplayerTest.java
+
0
−
1
View file @
07a6a9b0
...
...
@@ -37,7 +37,6 @@ import java.net.URISyntaxException;
import
java.nio.charset.StandardCharsets
;
import
java.util.ArrayList
;
import
java.util.List
;
import
java.util.stream.Stream
;
import
org.hipparchus.analysis.differentiation.DSFactory
;
import
org.hipparchus.analysis.differentiation.DerivativeStructure
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment