Class ReadIRImage

java.lang.Object
edu.wisc.ssec.mcidasv.adt.ReadIRImage

public class ReadIRImage extends Object
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static class 
     
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private static final org.slf4j.Logger
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    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 GridUtil.Grid2D
    spatialSubset(GridUtil.Grid2D g2d, float cenlat, float cenlon, int numx, int numy)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • logger

      private static final org.slf4j.Logger logger
  • Constructor Details

  • 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

      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. 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

      public static int G_NINT(double x)