Package edu.wisc.ssec.mcidasv.adt
Class ReadIRImage
java.lang.Object
edu.wisc.ssec.mcidasv.adt.ReadIRImage
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic 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 GridUtil.Grid2D
spatialSubset
(GridUtil.Grid2D g2d, float cenlat, float cenlon, int numx, int numy)
-
Field Details
-
logger
-
-
Constructor Details
-
ReadIRImage
public ReadIRImage()
-
-
Method Details
-
ReadIRDataFile
public static void ReadIRDataFile(FlatField satgrid, float cenlat, float cenlon, int SatelliteID, int satChannel, boolean isTemperature) throws IOException, VisADException, RemoteException - Throws:
IOException
VisADException
RemoteException
-
spatialSubset
private static GridUtil.Grid2D spatialSubset(GridUtil.Grid2D g2d, float cenlat, float cenlon, int numx, int numy) -
im_gvtota
im_gvtota This subroutine converts GVAR counts to actual temperatures based on the current image set in IM_SIMG. im_gvtota ( int *nvals, unsigned int *gv, float *ta, int *iret ) Input parameters: *nvals int Number of values to convert *gv int Array of GVAR count values Output parameters: *ta float Array of actual temperatures *iret int Return value = -1 - could not open table = -2 - could not find match Log: D.W.Plummer/NCEP 02/03 D.W.Plummer/NCEP 06/03 Add coeff G for 2nd order poly conv T. Piper/SAIC 07/06 Added tmpdbl to eliminate warning -
G_NINT
-