edu.wisc.ssec.mcidasv.data.hydra
Class CrIS_SDR_Utility

java.lang.Object
  extended by edu.wisc.ssec.mcidasv.data.hydra.CrIS_SDR_Utility

public class CrIS_SDR_Utility
extends Object


Field Summary
static int[][] ifov_order
           
static int LW_CHANNELS
           
static float LW_INIT_SR
           
static float LW_SR_INCR
           
static int MW_CHANNELS
           
static float MW_INIT_SR
           
static float MW_SR_INCR
           
static int SW_CHANNELS
           
static float SW_INIT_SR
           
static float SW_SR_INCR
           
 
Constructor Summary
CrIS_SDR_Utility()
           
 
Method Summary
static int getNumChannels(String name)
           
static float getWavenumberIncrement(String name)
           
static float getWavenumberStart(String name)
           
static float[] psuedoScanReorder(float[] values, int numElems, int numLines)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ifov_order

public static int[][] ifov_order

LW_CHANNELS

public static int LW_CHANNELS

MW_CHANNELS

public static int MW_CHANNELS

SW_CHANNELS

public static int SW_CHANNELS

LW_INIT_SR

public static float LW_INIT_SR

MW_INIT_SR

public static float MW_INIT_SR

SW_INIT_SR

public static float SW_INIT_SR

LW_SR_INCR

public static float LW_SR_INCR

MW_SR_INCR

public static float MW_SR_INCR

SW_SR_INCR

public static float SW_SR_INCR
Constructor Detail

CrIS_SDR_Utility

public CrIS_SDR_Utility()
Method Detail

getWavenumberStart

public static float getWavenumberStart(String name)

getWavenumberIncrement

public static float getWavenumberIncrement(String name)

getNumChannels

public static int getNumChannels(String name)

psuedoScanReorder

public static float[] psuedoScanReorder(float[] values,
                                        int numElems,
                                        int numLines)