public class SensorPixelCrossing extends Object
This class is used in the first stage of inverse location.
Constructor and Description |
---|
SensorPixelCrossing(LineSensor sensor,
org.hipparchus.geometry.euclidean.threed.Vector3D meanNormal,
org.hipparchus.geometry.euclidean.threed.Vector3D targetDirection,
int maxEval,
double accuracy)
Simple constructor.
|
Modifier and Type | Method and Description |
---|---|
double |
locatePixel(org.orekit.time.AbsoluteDate date)
Locate pixel along sensor line.
|
public SensorPixelCrossing(LineSensor sensor, org.hipparchus.geometry.euclidean.threed.Vector3D meanNormal, org.hipparchus.geometry.euclidean.threed.Vector3D targetDirection, int maxEval, double accuracy)
sensor
- sensor to considermeanNormal
- mean plane normal of the line sensortargetDirection
- target direction in spacecraft framemaxEval
- maximum number of evaluationsaccuracy
- accuracy to use for finding crossing line numberCopyright © 2014–2023 CS GROUP. All rights reserved.