| Package | Description |
|---|---|
| org.orekit.rugged.api | |
| org.orekit.rugged.errors | |
| org.orekit.rugged.linesensor |
| Modifier and Type | Method and Description |
|---|---|
LineSensor |
Rugged.getLineSensor(String sensorName)
Get a sensor.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<LineSensor> |
Rugged.getLineSensors()
Get the line sensors.
|
List<LineSensor> |
RuggedBuilder.getLineSensors()
Get all line sensors.
|
| Modifier and Type | Method and Description |
|---|---|
RuggedBuilder |
RuggedBuilder.addLineSensor(LineSensor lineSensor)
Set up line sensor model.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
DumpManager.dumpInverseLocation(LineSensor sensor,
GeodeticPoint point,
int minLine,
int maxLine,
boolean lightTimeCorrection,
boolean aberrationOfLightCorrection)
Dump an inverse location computation.
|
static void |
DumpManager.dumpSensorDatation(LineSensor sensor,
double lineNumber,
AbsoluteDate date)
Dump a sensor datation.
|
static void |
DumpManager.dumpSensorLOS(LineSensor sensor,
AbsoluteDate date,
int i,
Vector3D los)
Dump a sensor LOS.
|
static void |
DumpManager.dumpSensorRate(LineSensor sensor,
double lineNumber,
double rate)
Dump a sensor rate.
|
| Modifier and Type | Method and Description |
|---|---|
LineSensor |
SensorMeanPlaneCrossing.getSensor()
Get the underlying sensor.
|
| Constructor and Description |
|---|
SensorMeanPlaneCrossing(LineSensor sensor,
SpacecraftToObservedBody scToBody,
int minLine,
int maxLine,
boolean lightTimeCorrection,
boolean aberrationOfLightCorrection,
int maxEval,
double accuracy)
Simple constructor.
|
SensorMeanPlaneCrossing(LineSensor sensor,
SpacecraftToObservedBody scToBody,
int minLine,
int maxLine,
boolean lightTimeCorrection,
boolean aberrationOfLightCorrection,
int maxEval,
double accuracy,
Vector3D meanPlaneNormal,
SensorMeanPlaneCrossing.CrossingResult[] cachedResults)
Simple constructor.
|
SensorPixelCrossing(LineSensor sensor,
Vector3D meanNormal,
Vector3D targetDirection,
int maxEval,
double accuracy)
Simple constructor.
|
Copyright © 2014–2016 CS Syst?mes d'Information. All rights reserved.