| Package | Description |
|---|---|
| org.orekit.rugged.linesensor |
This package provides all the tools needed to deal with line sensor model.
|
| Modifier and Type | Method and Description |
|---|---|
SensorMeanPlaneCrossing.CrossingResult |
SensorMeanPlaneCrossing.find(Vector3D target)
Find mean plane crossing.
|
| Modifier and Type | Method and Description |
|---|---|
Stream<SensorMeanPlaneCrossing.CrossingResult> |
SensorMeanPlaneCrossing.getCachedResults()
Get cached previous results.
|
| Constructor and Description |
|---|
SensorMeanPlaneCrossing(LineSensor sensor,
SpacecraftToObservedBody scToBody,
int minLine,
int maxLine,
boolean lightTimeCorrection,
boolean aberrationOfLightCorrection,
int maxEval,
double accuracy,
Vector3D meanPlaneNormal,
Stream<SensorMeanPlaneCrossing.CrossingResult> cachedResults)
Simple constructor.
|
Copyright © 2014-2020 CS GROUP. All rights reserved.