Package | Description |
---|---|
org.orekit.rugged.api | |
org.orekit.rugged.errors | |
org.orekit.rugged.linesensor |
Modifier and Type | Method | Description |
---|---|---|
SpacecraftToObservedBody |
Rugged.getScToBody() |
Get converter between spacecraft and body.
|
Modifier and Type | Method | Description |
---|---|---|
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.dumpTransform(SpacecraftToObservedBody scToBody,
int index,
org.orekit.frames.Transform bodyToInertial,
org.orekit.frames.Transform scToInertial) |
Dump an observation transform transform.
|
Modifier and Type | Method | Description |
---|---|---|
SpacecraftToObservedBody |
SensorMeanPlaneCrossing.getScToBody() |
Get converter between spacecraft and body.
|
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.
|
Copyright © 2014-2019 CS Systèmes d'information. All rights reserved.