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

Clarified javadoc.

parent f6c7ef0b
No related branches found
No related tags found
No related merge requests found
...@@ -17,6 +17,7 @@ ...@@ -17,6 +17,7 @@
package org.orekit.rugged.linesensor; package org.orekit.rugged.linesensor;
import org.apache.commons.math3.geometry.euclidean.threed.Vector3D; import org.apache.commons.math3.geometry.euclidean.threed.Vector3D;
import org.orekit.rugged.los.LOSBuilder;
import org.orekit.rugged.los.TimeDependentLOS; import org.orekit.rugged.los.TimeDependentLOS;
import org.orekit.time.AbsoluteDate; import org.orekit.time.AbsoluteDate;
...@@ -40,8 +41,9 @@ public class LineSensor { ...@@ -40,8 +41,9 @@ public class LineSensor {
/** Simple constructor. /** Simple constructor.
* @param name name of the sensor * @param name name of the sensor
* @param datationModel datation model * @param datationModel datation model
* @param position sensor position * @param position sensor position in spacecraft frame
* @param los pixels lines-of-sight * @param los pixels lines-of-sight in spacecraft frame
* @see LOSBuilder
*/ */
public LineSensor(final String name, final LineDatation datationModel, public LineSensor(final String name, final LineDatation datationModel,
final Vector3D position, final TimeDependentLOS los) { final Vector3D position, final TimeDependentLOS 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