visad.sounder
Class SounderInstrument
java.lang.Object
visad.sounder.SounderInstrument
- Direct Known Subclasses:
- NastiInstrument
public abstract class SounderInstrument
- extends Object
SoundingInstrument is the VisAD abstract class for atmospheric
sounding instruments.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SounderInstrument
public SounderInstrument(String[] names,
String[] units,
double[] parms)
throws VisADException,
RemoteException
- Throws:
VisADException
RemoteException
getParamReferences
public DataReferenceImpl[] getParamReferences()
retrieval
public Sounding retrieval(Spectrum spectrum,
Sounding sounding)
retrieval
public Sounding retrieval(Spectrum spectrum)
foward
public Spectrum foward(Sounding sounding)