casa  5.7.0-16
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Types | Public Member Functions | Static Public Member Functions | List of all members
casa::PixelValueManipulatorData Class Reference

#include <PixelValueManipulatorData.h>

Public Types

enum  SpectralType {
  DEFAULT,
  RELATIVISTIC,
  RADIO_VELOCITY,
  OPTICAL_VELOCITY,
  AIR_WAVELENGTH,
  WAVELENGTH
}
 Non-templated data related bits for PixelValueManipulator. More...
 

Public Member Functions

 PixelValueManipulatorData ()=delete
 
 ~PixelValueManipulatorData ()
 destructor More...
 

Static Public Member Functions

static SpectralType spectralType (const casacore::String &specString)
 convert a string to a spectral type. More...
 

Detailed Description

Definition at line 14 of file PixelValueManipulatorData.h.

Member Enumeration Documentation

Non-templated data related bits for PixelValueManipulator.

Etymology

casacore::Data for PixelValueManipulator.

Synopsis

Example

Enumerator
DEFAULT 
RELATIVISTIC 
RADIO_VELOCITY 
OPTICAL_VELOCITY 
AIR_WAVELENGTH 
WAVELENGTH 

Definition at line 37 of file PixelValueManipulatorData.h.

Constructor & Destructor Documentation

casa::PixelValueManipulatorData::PixelValueManipulatorData ( )
delete
casa::PixelValueManipulatorData::~PixelValueManipulatorData ( )
inline

destructor

Definition at line 49 of file PixelValueManipulatorData.h.

Member Function Documentation

static SpectralType casa::PixelValueManipulatorData::spectralType ( const casacore::String specString)
static

convert a string to a spectral type.

Acceptable values are (case insensitive, minimum match supported): "default", "optical velocity", "radio velocity", "wavelength", "air wavelength", and "" (which returns DEFAULT)


The documentation for this class was generated from the following file: