casa
5.7.0-16
|
casacore::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 | |
casacore::Double | wtToSigma (casacore::Double wt) |
Returns 1/sqrt(wt) or -1, depending on whether wt is positive. More... | |
casacore::Double | sigmaToWeight (casacore::Double wt) |
casacore::MS Transform Framework utilities
Enumerator | |
---|---|
visCube | |
visCubeCorrected | |
visCubeModel | |
visCubeFloat | |
weightSpectrum | |
sigmaSpectrum |
Definition at line 114 of file MSTransformManager.h.
Enumerator | |
---|---|
nearestNeighbour |
nearest neighbour |
linear |
linear |
cubic |
cubic |
spline |
cubic spline |
fftshift |
fft shift |
Definition at line 84 of file MSTransformManager.h.
Enumerator | |
---|---|
plainSmooth | |
plainSmoothSpectrum |
Definition at line 109 of file MSTransformManager.h.
Enumerator | |
---|---|
spectrum | |
flags | |
cumSum | |
flat | |
flagSpectrum | |
flagCumSum | |
flagsNonZero | |
flagSpectrumNonZero | |
flagCumSumNonZero |
Definition at line 97 of file MSTransformManager.h.
Enumerator | |
---|---|
transformWeight | |
transformWeightIntoSigma | |
weightIntoSigma |
Definition at line 123 of file MSTransformManager.h.
casacore::Double casa::MSTransformations::sigmaToWeight | ( | casacore::Double | wt | ) |
casacore::Double casa::MSTransformations::wtToSigma | ( | casacore::Double | wt | ) |
Returns 1/sqrt(wt) or -1, depending on whether wt is positive.