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

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

public abstract class JPSSUtilities
extends Object

Utility class to support Joint Polar Satellite System (JPSS) functionality. Documentation referenced is from Suomi NPP Common Data Format Control Book. See: http://jointmission.gsfc.nasa.gov/science/documents.html

Author:
tommyj

Field Summary
static float[] ATMSChannelCenterFrequencies
           
static String[] geoProductIDs
           
static String JPSS_FIELD_SEPARATOR
           
static String SUOMI_GEO_REGEX
           
static String SUOMI_NPP_REGEX
           
 
Constructor Summary
JPSSUtilities()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

JPSS_FIELD_SEPARATOR

public static final String JPSS_FIELD_SEPARATOR
See Also:
Constant Field Values

SUOMI_NPP_REGEX

public static final String SUOMI_NPP_REGEX
See Also:
Constant Field Values

ATMSChannelCenterFrequencies

public static float[] ATMSChannelCenterFrequencies

geoProductIDs

public static String[] geoProductIDs

SUOMI_GEO_REGEX

public static final String SUOMI_GEO_REGEX
See Also:
Constant Field Values
Constructor Detail

JPSSUtilities

public JPSSUtilities()