casa
5.7.0-16
|
#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... | |
Definition at line 14 of file PixelValueManipulatorData.h.
Non-templated data related bits for PixelValueManipulator.
casacore::Data for PixelValueManipulator.
Enumerator | |
---|---|
DEFAULT | |
RELATIVISTIC | |
RADIO_VELOCITY | |
OPTICAL_VELOCITY | |
AIR_WAVELENGTH | |
WAVELENGTH |
Definition at line 37 of file PixelValueManipulatorData.h.
|
delete |
|
inline |
destructor
Definition at line 49 of file PixelValueManipulatorData.h.
|
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)