Skip to content
Snippets Groups Projects
Commit a078ce20 authored by Luc Maisonobe's avatar Luc Maisonobe
Browse files

Fixed wrong javadoc.

parent fbfedce7
No related branches found
No related tags found
No related merge requests found
...@@ -254,7 +254,7 @@ public class Rugged { ...@@ -254,7 +254,7 @@ public class Rugged {
* @param date date of the location * @param date date of the location
* @param position pixel position in spacecraft frame * @param position pixel position in spacecraft frame
* @param los normalized line-of-sight in spacecraft frame * @param los normalized line-of-sight in spacecraft frame
* @return ground position of all pixels of the specified sensor line * @return ground position of intersection point between specified los and ground
* @exception RuggedException if line cannot be localized, or sensor is unknown * @exception RuggedException if line cannot be localized, or sensor is unknown
*/ */
public GeodeticPoint directLocation(final AbsoluteDate date, final Vector3D position, final Vector3D los) public GeodeticPoint directLocation(final AbsoluteDate date, final Vector3D position, final Vector3D los)
......
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