Package | Description |
---|---|
org.orekit.rugged.adjustment | |
org.orekit.rugged.api | |
org.orekit.rugged.errors | |
org.orekit.rugged.linesensor | |
org.orekit.rugged.refraction |
Constructor | Description |
---|---|
GroundOptimizationProblemBuilder(List<LineSensor> sensors,
Observables measurements,
Rugged rugged) |
Build a new instance of the optimization problem.
|
InterSensorsOptimizationProblemBuilder(List<LineSensor> sensors,
Observables measurements,
Collection<Rugged> ruggedList) |
Constructor.
|
Modifier and Type | Method | Description |
---|---|---|
LineSensor |
Rugged.getLineSensor(String sensorName) |
Get a sensor.
|
Modifier and Type | Method | Description |
---|---|---|
Collection<LineSensor> |
Rugged.getLineSensors() |
Get the line sensors.
|
List<LineSensor> |
RuggedBuilder.getLineSensors() |
Get all line sensors.
|
Modifier and Type | Method | Description |
---|---|---|
RuggedBuilder |
RuggedBuilder.addLineSensor(LineSensor lineSensor) |
Set up line sensor model.
|
double[] |
Rugged.distanceBetweenLOS(LineSensor sensorA,
org.orekit.time.AbsoluteDate dateA,
double pixelA,
SpacecraftToObservedBody scToBodyA,
LineSensor sensorB,
org.orekit.time.AbsoluteDate dateB,
double pixelB) |
Compute distances between two line sensors.
|
org.hipparchus.analysis.differentiation.DerivativeStructure[] |
Rugged.distanceBetweenLOSderivatives(LineSensor sensorA,
org.orekit.time.AbsoluteDate dateA,
double pixelA,
SpacecraftToObservedBody scToBodyA,
LineSensor sensorB,
org.orekit.time.AbsoluteDate dateB,
double pixelB,
DSGenerator generator) |
Compute distances between two line sensors with derivatives.
|
Modifier and Type | Method | Description |
---|---|---|
static void |
DumpManager.dumpInverseLocation(LineSensor sensor,
org.orekit.bodies.GeodeticPoint point,
ExtendedEllipsoid ellipsoid,
int minLine,
int maxLine,
boolean lightTimeCorrection,
boolean aberrationOfLightCorrection,
boolean refractionCorrection) |
Dump an inverse location computation.
|
static void |
DumpManager.dumpSensorDatation(LineSensor sensor,
double lineNumber,
org.orekit.time.AbsoluteDate date) |
Dump a sensor datation.
|
static void |
DumpManager.dumpSensorLOS(LineSensor sensor,
org.orekit.time.AbsoluteDate date,
int i,
org.hipparchus.geometry.euclidean.threed.Vector3D los) |
Dump a sensor LOS.
|
static void |
DumpManager.dumpSensorRate(LineSensor sensor,
double lineNumber,
double rate) |
Dump a sensor rate.
|
Modifier and Type | Method | Description |
---|---|---|
LineSensor |
SensorMeanPlaneCrossing.getSensor() |
Get the underlying sensor.
|
Constructor | 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,
org.hipparchus.geometry.euclidean.threed.Vector3D meanPlaneNormal,
Stream<SensorMeanPlaneCrossing.CrossingResult> cachedResults) |
Simple constructor.
|
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 |
---|---|---|
void |
AtmosphericComputationParameters.configureCorrectionGrid(LineSensor sensor,
int minLine,
int maxLine) |
Configuration of the interpolation grid.
|
void |
AtmosphericRefraction.configureCorrectionGrid(LineSensor sensor,
int minLine,
int maxLine) |
Configuration of the interpolation grid.
|
Copyright © 2014-2019 CS Systèmes d'information. All rights reserved.