Uses of Class
org.orekit.rugged.linesensor.SensorPixel
-
Packages that use SensorPixel Package Description org.orekit.rugged.adjustment.measurements This package provides tools for measurements generation.org.orekit.rugged.api This package provides the principal class of Rugged library API, as well as the builder for Rugged instances.org.orekit.rugged.errors This package provides classes to generate and handle exceptions.org.orekit.rugged.refraction This package provides the interface for atmospheric refraction model, as well as some classical models. -
-
Uses of SensorPixel in org.orekit.rugged.adjustment.measurements
Methods in org.orekit.rugged.adjustment.measurements that return types with arguments of type SensorPixel Modifier and Type Method Description Set<Map.Entry<SensorPixel,T>>
SensorMapping. getMapping()
Get all the mapping entries.Set<Map.Entry<SensorPixel,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.Methods in org.orekit.rugged.adjustment.measurements with parameters of type SensorPixel 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, 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. -
Uses of SensorPixel in org.orekit.rugged.api
Methods in org.orekit.rugged.api that return SensorPixel 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, GeodeticPoint point, int minLine, int maxLine)
Inverse location of a point. -
Uses of SensorPixel in org.orekit.rugged.errors
Methods in org.orekit.rugged.errors with parameters of type SensorPixel Modifier and Type Method Description static void
DumpManager. dumpInverseLocationResult(SensorPixel pixel)
Dump an inverse location result. -
Uses of SensorPixel in org.orekit.rugged.refraction
Methods in org.orekit.rugged.refraction with parameters of type SensorPixel Modifier and Type Method Description void
AtmosphericRefraction. computeGridCorrectionFunctions(SensorPixel[][] sensorPixelGridInverseWithout)
Compute the correction functions for pixel and lines.
-