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.
|
| Modifier and Type | Method and Description |
|---|---|
double |
locatePixel(AbsoluteDate date)
Locate pixel along sensor line.
|
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)
date - current dateDouble.NaN if the first and last
pixels of the line do not bracket a location)Copyright © 2014-2020 CS GROUP. All rights reserved.