public static class NOAA1bReader.LongitudeInterpolator extends Function
LongitudeInterpolator
class performs longitude
interpolation using polar coordinates. This helps to avoid
problems with longitude interpolation near the poles where
simple Lagrangian interpolation along the scan line causes
interpolation anomalies.Constructor and Description |
---|
LongitudeInterpolator(int[] sampleIndex,
float[] latData,
float[] lonData)
Creates a new interpolator.
|
Modifier and Type | Method and Description |
---|---|
double |
evaluate(double[] variables)
Evalutes a function value with the specified inputs.
|
getEncoding, useEncoding
public LongitudeInterpolator(int[] sampleIndex, float[] latData, float[] lonData)
sampleIndex
- the array of sample indices.latData
- the array of latitude data.lonData
- the array of longitude data.public double evaluate(double[] variables)
Function