public class SensorPixelCrossing extends Object
This class is used in the first stage of inverse location.
| Constructor | 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 | 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-2019 CS Systèmes d'information. All rights reserved.