edu.wisc.ssec.mcidas.adde
Class AddeSatBands

java.lang.Object
  extended by edu.wisc.ssec.mcidas.adde.AddeSatBands

public class AddeSatBands
extends Object

Helper class to interpret the band information from the ADDE SATBANDS file returned by servers


Constructor Summary
AddeSatBands(String[] cards)
           
 
Method Summary
 String[] getBandDescr(int sensor, String src)
          given a sensor and a source type, return a list of bands possible
static void main(String[] a)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddeSatBands

public AddeSatBands(String[] cards)
Method Detail

getBandDescr

public String[] getBandDescr(int sensor,
                             String src)
given a sensor and a source type, return a list of bands possible

Parameters:
sensor - is the satellite sensor ID number
src - is the sensor source code
Returns:
String[] of channel words. The array is 1-based to match the customary way of numbering channels (bands), so element 0 is usually null

main

public static void main(String[] a)