public class SensorPixelCrossing extends Object
This class is used in the first stage of inverse location.
| Constructor and Description |
|---|
SensorPixelCrossing(LineSensor sensor,
Vector3D meanNormal,
Vector3D targetDirection,
int maxEval,
double accuracy)
Simple constructor.
|
public SensorPixelCrossing(LineSensor sensor, Vector3D meanNormal, 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 numberpublic double locatePixel(AbsoluteDate date) throws RuggedException
date - current dateDouble.NaN if the first and last
pixels of the line do not bracket a location)RuggedException - if the maximum number of evaluations is exceededCopyright © 2014–2016 CS Syst?mes d'Information. All rights reserved.