edu.wisc.ssec.mcidas.adde
Class AddeSatBands
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AddeSatBands
public AddeSatBands(String[] cards)
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 numbersrc
- 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)