Class SandwichSpeedup

java.lang.Object
edu.wisc.ssec.mcidasv.data.SandwichSpeedup

public class SandwichSpeedup extends Object
  • 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 void
    sandwichSpeedup(float[] scaledFloats, float[] floatsIR, float[] rFloats, float[] gFloats, float[] bFloats, float[] rTable, float[] gTable, float[] bTable, float minIR, float maxIR, int nCols, float noIRContribution)
     

    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

    • sandwichSpeedup

      public static void sandwichSpeedup(float[] scaledFloats, float[] floatsIR, float[] rFloats, float[] gFloats, float[] bFloats, float[] rTable, float[] gTable, float[] bTable, float minIR, float maxIR, int nCols, float noIRContribution)