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

Update documentation

parent 773fb64d
No related branches found
No related tags found
No related merge requests found
...@@ -22,14 +22,6 @@ ...@@ -22,14 +22,6 @@
<h4 align="center">Rugged is a free java library for geolocation and used for satellite imagery.</h4> <h4 align="center">Rugged is a free java library for geolocation and used for satellite imagery.</h4>
<p align="center">
<a href="#introduction">Introduction</a>
<a href="#design">Design</a>
<a href="#tutorial">Tutorial</a>
<a href="#development">Development</a>
</p>
Rugged is an add-on for [Orekit](https://www.orekit.org/ "Orekit homepage") handling Digital Elevation Models contribution to Rugged is an add-on for [Orekit](https://www.orekit.org/ "Orekit homepage") handling Digital Elevation Models contribution to
line of sight computation. It is a free software intermediate-level library written in Java. line of sight computation. It is a free software intermediate-level library written in Java.
......
...@@ -27,7 +27,6 @@ import org.orekit.utils.ParameterDriver; ...@@ -27,7 +27,6 @@ import org.orekit.utils.ParameterDriver;
import org.orekit.utils.ParameterObserver; import org.orekit.utils.ParameterObserver;
/** {@link TimeIndependentLOSTransform LOS transform} based on a homothety along the Z axis. /** {@link TimeIndependentLOSTransform LOS transform} based on a homothety along the Z axis.
* inspired from FixedZHomothety / s2geolib
* @author Lucie Labatallee * @author Lucie Labatallee
* @author Guylaine Prat * @author Guylaine Prat
* @see LOSBuilder * @see LOSBuilder
......
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