public class ReadIRImage extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ReadIRImage.ImgCoeffs |
| Modifier and Type | Field and Description |
|---|---|
private static org.slf4j.Logger |
logger |
| Constructor and Description |
|---|
ReadIRImage() |
| Modifier and Type | Method and Description |
|---|---|
static int |
G_NINT(double x) |
private static float[][] |
im_gvtota(int nx,
int ny,
float[][] gv,
int imsorc,
int imtype)
im_gvtota
This subroutine converts GVAR counts to actual temperatures based on the
current image set in IM_SIMG.
|
static void |
ReadIRDataFile(FlatField satgrid,
float cenlat,
float cenlon,
int SatelliteID,
int satChannel,
boolean isTemperature) |
private static ucar.unidata.data.grid.GridUtil.Grid2D |
spatialSubset(ucar.unidata.data.grid.GridUtil.Grid2D g2d,
float cenlat,
float cenlon,
int numx,
int numy) |
private static final org.slf4j.Logger logger
public ReadIRImage()
public static void ReadIRDataFile(FlatField satgrid, float cenlat, float cenlon, int SatelliteID, int satChannel, boolean isTemperature) throws java.io.IOException, VisADException, java.rmi.RemoteException
java.io.IOExceptionVisADExceptionjava.rmi.RemoteExceptionprivate static ucar.unidata.data.grid.GridUtil.Grid2D spatialSubset(ucar.unidata.data.grid.GridUtil.Grid2D g2d, float cenlat, float cenlon, int numx, int numy)
private static float[][] im_gvtota(int nx, int ny, float[][] gv, int imsorc, int imtype)
public static int G_NINT(double x)