#include <UVContSubTVI.h>
|
| UVContSubtractionKernel (denoising::GslPolynomialModel< Double > *model, Vector< Bool > *lineFreeChannelMask=NULL) |
|
void | changeFitOrder (size_t order) |
|
void | defaultKernel (Vector< Complex > &inputVector, Vector< Complex > &outputVector) |
|
void | defaultKernel (Vector< Float > &inputVector, Vector< Float > &outputVector) |
|
void | kernelCore (Vector< Complex > &inputVector, Vector< Bool > &inputFlags, Vector< Float > &inputWeights, Vector< Complex > &outputVector) |
|
void | kernelCore (Vector< Float > &inputVector, Vector< Bool > &inputFlags, Vector< Float > &inputWeights, Vector< Float > &outputVector) |
|
| UVContSubKernel (denoising::GslPolynomialModel< Double > *model, Vector< Bool > *lineFreeChannelMask) |
|
virtual void | kernel (DataCubeMap *inputData, DataCubeMap *outputData) |
|
virtual void | defaultKernel (Vector< T > &inputVector, Vector< T > &outputVector)=0 |
|
virtual void | kernelCore (Vector< T > &inputVector, Vector< Bool > &inputFlags, Vector< Float > &inputWeights, Vector< T > &outputVector)=0 |
|
void | setDebug (Bool debug) |
|
Definition at line 203 of file UVContSubTVI.h.
void casa::vi::UVContSubtractionKernel::changeFitOrder |
( |
size_t |
order | ) |
|
|
virtual |
void casa::vi::UVContSubtractionKernel::defaultKernel |
( |
Vector< Complex > & |
inputVector, |
|
|
Vector< Complex > & |
outputVector |
|
) |
| |
void casa::vi::UVContSubtractionKernel::defaultKernel |
( |
Vector< Float > & |
inputVector, |
|
|
Vector< Float > & |
outputVector |
|
) |
| |
void casa::vi::UVContSubtractionKernel::kernelCore |
( |
Vector< Complex > & |
inputVector, |
|
|
Vector< Bool > & |
inputFlags, |
|
|
Vector< Float > & |
inputWeights, |
|
|
Vector< Complex > & |
outputVector |
|
) |
| |
The documentation for this class was generated from the following file: