Package | Description |
---|---|
org.orekit.rugged.adjustment.measurements | |
org.orekit.rugged.api | |
org.orekit.rugged.errors | |
org.orekit.rugged.refraction |
Modifier and Type | Method | Description |
---|---|---|
Set<Map.Entry<SensorPixel,T>> |
SensorMapping.getMapping() |
Get all the mapping entries.
|
Set<Map.Entry<SensorPixel,org.orekit.bodies.GeodeticPoint>> |
SensorToGroundMapping.getMapping() |
Get all the mapping entries.
|
Set<Map.Entry<SensorPixel,SensorPixel>> |
SensorToSensorMapping.getMapping() |
Get all the inter-mapping entries.
|
Set<Map.Entry<SensorPixel,SensorPixel>> |
SensorToSensorMapping.getMapping() |
Get all the inter-mapping entries.
|
Modifier and Type | Method | Description |
---|---|---|
void |
SensorMapping.addMapping(SensorPixel pixel,
T point) |
Add a mapping between a sensor pixel and another point (sensor pixel or ground point).
|
void |
SensorToGroundMapping.addMapping(SensorPixel pixel,
org.orekit.bodies.GeodeticPoint groundPoint) |
Add a mapping between one sensor pixel and one ground point.
|
void |
SensorToSensorMapping.addMapping(SensorPixel pixelA,
SensorPixel pixelB,
Double losDistance) |
Add a mapping between two sensor pixels (A and B) and corresponding distance between the LOS.
|
void |
SensorToSensorMapping.addMapping(SensorPixel pixelA,
SensorPixel pixelB,
Double losDistance,
Double bodyDistance) |
Add a mapping between two sensor pixels (A and B) and corresponding distance between the LOS
and the central body distance constraint associated with pixel A.
|
Modifier and Type | Method | Description |
---|---|---|
SensorPixel |
Rugged.inverseLocation(String sensorName,
double latitude,
double longitude,
int minLine,
int maxLine) |
Inverse location of a ground point.
|
SensorPixel |
Rugged.inverseLocation(String sensorName,
org.orekit.bodies.GeodeticPoint point,
int minLine,
int maxLine) |
Inverse location of a point.
|
Modifier and Type | Method | Description |
---|---|---|
static void |
DumpManager.dumpInverseLocationResult(SensorPixel pixel) |
Dump an inverse location result.
|
Modifier and Type | Method | Description |
---|---|---|
void |
AtmosphericRefraction.computeGridCorrectionFunctions(SensorPixel[][] sensorPixelGridInverseWithout) |
Compute the correction functions for pixel and lines.
|
Copyright © 2014-2019 CS Systèmes d'information. All rights reserved.