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
773fb64d
Commit
773fb64d
authored
6 years ago
by
Guylaine Prat
Browse files
Options
Downloads
Patches
Plain Diff
Update changes page
parent
b86e3b86
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/main/java/org/orekit/rugged/linesensor/SensorPixel.java
+1
-1
1 addition, 1 deletion
src/main/java/org/orekit/rugged/linesensor/SensorPixel.java
src/site/xdoc/changes.xml
+33
-8
33 additions, 8 deletions
src/site/xdoc/changes.xml
with
34 additions
and
9 deletions
src/main/java/org/orekit/rugged/linesensor/SensorPixel.java
+
1
−
1
View file @
773fb64d
...
@@ -23,7 +23,6 @@ import java.io.Serializable;
...
@@ -23,7 +23,6 @@ import java.io.Serializable;
* Instances of this class are guaranteed to be immutable.
* Instances of this class are guaranteed to be immutable.
* </p>
* </p>
* @author Luc Maisonobe
* @author Luc Maisonobe
* @author Guylaine Prat
*/
*/
public
class
SensorPixel
implements
Serializable
{
public
class
SensorPixel
implements
Serializable
{
...
@@ -60,4 +59,5 @@ public class SensorPixel implements Serializable {
...
@@ -60,4 +59,5 @@ public class SensorPixel implements Serializable {
public
double
getPixelNumber
()
{
public
double
getPixelNumber
()
{
return
pixelNumber
;
return
pixelNumber
;
}
}
}
}
This diff is collapsed.
Click to expand it.
src/site/xdoc/changes.xml
+
33
−
8
View file @
773fb64d
...
@@ -21,25 +21,50 @@
...
@@ -21,25 +21,50 @@
</properties>
</properties>
<body>
<body>
<release
version=
"2.1-SNAPSHOT"
date=
"TBD"
description=
"TTBD"
>
<release
version=
"2.1-SNAPSHOT"
date=
"TBD"
description=
"TTBD"
>
<action
dev=
"guylaine"
type=
"update"
>
Updated dependencies to Orekit 9.3 and Hipparchus 1.4.
</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
not advertised in either `throws` statements in the function signature or
in the javadoc. So users must consider that as soon as they use any Rugged
feature, an unchecked `RuggedException` may be thrown. In most cases, users
will not attempt to recover for this but will only use them to display or
log a meaningful error message.
</action>
<action
dev=
"guylaine"
type=
"fix"
issue=
"372"
>
Add (optional) atmospheric refraction for inverse location.
In Rugged 2.0, only the direct location can take into account the atmospheric refraction.
</action>
<action
dev=
"guylaine"
type=
"add"
due-to=
"Issam Boukerch"
>
<action
dev=
"guylaine"
type=
"add"
due-to=
"Issam Boukerch"
>
Changed terms for refining tutorials.
Changed terms for refining tutorials.
The "fulcrum points" term is changed into "Ground Control Points (GCP)" and
The "fulcrum points" term is changed into "Ground Control Points (GCP)" and
the "liaison points" term into "tie points".
the "liaison points" term into "tie points".
</action>
</action>
<action
dev=
"guylaine"
type=
"add"
due-to=
"Roberto Alacevich"
>
<action
dev=
"luc"
type=
"fix"
issue=
"371"
>
Added Italian translations of error messages.
For refining computation, correct the constructor of the class
adjustment.measurements.SensorToGroundMapping due to a parameters reversal error.
</action>
</action>
<action
dev=
"
luc"
type=
"add"
due-to=
"Beatriz Salazar García
"
>
<action
dev=
"
guylaine"
type=
"fix"
issue=
"256
"
>
Updated Spanish translations of error messages
.
Bad check of maxDate validity in utils.SpacecraftToObservedBody.SpacecraftToObservedBody method
.
</action>
</action>
<action
dev=
"luc"
type=
"add"
due-to=
"Lars Næsbye Christensen"
>
<action
dev=
"luc"
type=
"add"
due-to=
"Lars Næsbye Christensen"
>
Updated Danish translations of error messages.
Updated Danish translations of error messages.
</action>
</action>
<action
dev=
"luc"
type=
"fix"
>
<action
dev=
"luc"
type=
"add"
due-to=
"Roberto Alacevich"
>
Fixed a parameters reversal error.
Updated Italian translations of error messages.
Fixes issue #371.
</action>
<action
dev=
"guylaine"
type=
"add"
due-to=
"Espen Bjørntvedt"
>
Updated Norwegian translations of error messages.
</action>
<action
dev=
"luc"
type=
"add"
due-to=
"Beatriz Salazar García"
>
Updated Spanish translations of error messages.
</action>
</action>
</release>
</release>
<release
version=
"2.0"
date=
"2017-12-19"
description=
"This is a major release.
<release
version=
"2.0"
date=
"2017-12-19"
description=
"This is a major release.
It mainly provides a refinement feature (i.e. adjusting the viewing model
It mainly provides a refinement feature (i.e. adjusting the viewing model
parameters to match ground control points."
>
parameters to match ground control points."
>
...
...
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