Skip to content
Snippets Groups Projects
Commit 773fb64d authored by Guylaine Prat's avatar Guylaine Prat
Browse files

Update changes page

parent b86e3b86
No related branches found
No related tags found
No related merge requests found
...@@ -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;
} }
} }
...@@ -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.">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment