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

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

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

Methods in edu.nrao.sss.model.resource.vla that return ProcessingType
static ProcessingType ProcessingType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ProcessingType[] ProcessingType.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 that return types with arguments of type ProcessingType
 Set<ProcessingType> VlaConfiguration.getSpectralProcessing()
          Returns the collection of spectral processing options used by this configuration.
static Set<ProcessingType> ProcessingType.getTypesFromComboCode(String comboCode)
          Returns the collection of processing types represented by the collection of characters in comboCode.
 

Method parameters in edu.nrao.sss.model.resource.vla with type arguments of type ProcessingType
 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, 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.
static String ProcessingType.getCombinationCode(Set<ProcessingType> combination)
          Returns a code that represents the given combination of processing types.
 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 boolean ProcessingType.isValidSelection(Set<ProcessingType> combination)
          Returns true if the given set of processing types may be used simultaneously.
 void VlaConfiguration.setAll(Frequency centFreqAC, Frequency centFreqBD, BandwidthCode bwAC, BandwidthCode bwBD, CorrelatorMode corrMode, Set<ProcessingType> processingOptions, BigDecimal integrationSeconds)
          A convenience method for setting all the old-style parameters at once.
 void VlaConfiguration.setSpectralProcessing(Set<ProcessingType> options)
          Sets this configuration's spectral processing options.
 



Copyright © 2009. All Rights Reserved.