MS Transform Framework utilities. More...
Enumerations | |
enum | InterpolationMethod { nearestNeighbour, linear, cubic, spline, fftshift } |
enum | WeightingSetup { spectrum, flags, cumSum, flat, flagSpectrum, flagCumSum, flagsNonZero, flagSpectrumNonZero, flagCumSumNonZero } |
enum | SmoothingSetup { plainSmooth, plainSmoothSpectrum } |
enum | dataCol { visCube, visCubeCorrected, visCubeModel, visCubeFloat, weightSpectrum, sigmaSpectrum } |
enum | weightTransformation { transformWeight, transformWeightIntoSigma, weightIntoSigma } |
Functions | |
Double | wtToSigma (Double wt) |
Returns 1/sqrt(wt) or -1, depending on whether wt is positive. | |
Double | sigmaToWeight (Double wt) |
MS Transform Framework utilities.
Definition at line 123 of file MSTransformManager.h.
nearestNeighbour |
nearest neighbour |
linear |
linear |
cubic |
cubic |
spline |
cubic spline |
fftshift |
fft shift |
Definition at line 93 of file MSTransformManager.h.
Definition at line 118 of file MSTransformManager.h.
spectrum | |
flags | |
cumSum | |
flat | |
flagSpectrum | |
flagCumSum | |
flagsNonZero | |
flagSpectrumNonZero | |
flagCumSumNonZero |
Definition at line 106 of file MSTransformManager.h.
Definition at line 132 of file MSTransformManager.h.
Double casa::MSTransformations::sigmaToWeight | ( | Double | wt | ) |
Double casa::MSTransformations::wtToSigma | ( | Double | wt | ) |
Returns 1/sqrt(wt) or -1, depending on whether wt is positive.
\.