public class AtmosphericComputationParameters extends Object
| Constructor and Description |
|---|
AtmosphericComputationParameters()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
configureCorrectionGrid(LineSensor sensor,
int minLine,
int maxLine)
Configuration of the interpolation grid.
|
double |
getMaxLineSensor() |
double |
getMinLineSensor() |
int |
getNbLineGrid() |
int |
getNbPixelGrid() |
String |
getSensorName() |
double[] |
getUgrid() |
double[] |
getVgrid() |
void |
setGridSteps(int gridPixelStep,
int gridLineStep)
Set the grid steps in pixel and line (used to compute inverse location).
|
public AtmosphericComputationParameters()
public void configureCorrectionGrid(LineSensor sensor, int minLine, int maxLine)
sensor - line sensorminLine - min line defined for the inverse locationmaxLine - max line defined for the inverse locationpublic void setGridSteps(int gridPixelStep,
int gridLineStep)
gridPixelStep - grid pixel step for the inverse location computationgridLineStep - grid line step for the inverse location computationpublic int getNbPixelGrid()
public int getNbLineGrid()
public double[] getUgrid()
public double[] getVgrid()
public double getMinLineSensor()
public double getMaxLineSensor()
public String getSensorName()
Copyright © 2014-2020 CS GROUP. All rights reserved.