Uses of Class
edu.nrao.sss.model.resource.vla.IFMode

Packages that use IFMode
edu.nrao.sss.model.resource.vla VLA hardware classes. 
 

Uses of IFMode in edu.nrao.sss.model.resource.vla
 

Methods in edu.nrao.sss.model.resource.vla that return IFMode
 IFMode CorrelatorMode.getCorrespondingIFMode()
          Returns null if CONTINUUM, otherwise returns the IFMode associated with this CorrelatorMode.
static IFMode IFMode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static IFMode[] IFMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in edu.nrao.sss.model.resource.vla with parameters of type IFMode
 Frequency BandwidthCode.getBandwidthForSpectralLine(IFMode ifMode, Set<ProcessingType> spectralLineProcessing)
          Returns the bandwidth for this code and the given IF mode and processing options.
 int BandwidthCode.getChannels(IFMode ifMode)
          Returns the maximum number of spectral channels that can be created using this band code and the given IF mode.
 int BandwidthCode.getChannels(IFMode ifMode, Set<ProcessingType> spectralLineProcessing)
          Returns the maximum number of spectral channels that can be created using this band code and the given IF mode and processing options.
 int BandwidthCode.getLags(IFMode ifMode)
          Returns the number of lags associated with this bandwith code and IF mode.
 Frequency BandwidthCode.getResolution(IFMode ifMode)
          Returns the best spectral resolution that can be obtained using this band code and the given IF mode.
 Frequency BandwidthCode.getResolution(IFMode ifMode, Set<ProcessingType> spectralLineProcessing)
          Returns the best spectral resolution that can be obtained using this band code and the given IF mode and processing options.
 TimeDuration BandwidthCode.getTimeResolution(IFMode ifMode, Set<ProcessingType> spectralLineProcessing)
          Returns the time resolution that can be obtained using this band code and the given IF mode and processing options.
static CorrelatorMode[] CorrelatorMode.getValidCorrelatorModes(IFMode m)
          Returns an array of CorrelatorModes that can be choosen if you are using the specified IFMode.
 



Copyright © 2009. All Rights Reserved.