#include <SpectralImageUtil.h>
Static Public Member Functions | |
static SubImage< Float > * | getChannel (ImageInterface< Float > &theIm, Int begchannel=0, Int endchannel=-1, Bool writeAccess=False) |
Returns a pointer to a subimage of the requested plane Note caller is responsible for deleting the subimage object If writeaccess is True ...modification on the subimage will get recorded on the original image if it is writeable. | |
static Double | worldFreq (const CoordinateSystem &cs, Double spectralpix=0.0) |
Frequency at a given pixel along the spectral axis (value returned is in Hz). |
Definition at line 36 of file SpectralImageUtil.h.
static SubImage<Float>* casa::SpectralImageUtil::getChannel | ( | ImageInterface< Float > & | theIm, | |
Int | begchannel = 0 , |
|||
Int | endchannel = -1 , |
|||
Bool | writeAccess = False | |||
) | [static] |
Returns a pointer to a subimage of the requested plane Note caller is responsible for deleting the subimage object If writeaccess is True ...modification on the subimage will get recorded on the original image if it is writeable.
static Double casa::SpectralImageUtil::worldFreq | ( | const CoordinateSystem & | cs, | |
Double | spectralpix = 0.0 | |||
) | [static] |
Frequency at a given pixel along the spectral axis (value returned is in Hz).