casa
5.7.0-16
|
#include <ChannelAverageTVI.h>
Public Member Functions | |
ChannelAverageTransformEngine (ChannelAverageKernel< T > *kernel, DataCubeMap *inputData, DataCubeMap *outputData, casacore::uInt width) | |
void | transformAll () |
package transformation of all corr,row spectra in the in/outputData_p gmoellen (2017Mar06) More... | |
void | transform () |
Public Member Functions inherited from casa::vi::FreqAxisTransformEngine2< T > | |
FreqAxisTransformEngine2 (DataCubeMap *inputData, DataCubeMap *outputData) | |
void | setRowIndex (casacore::uInt row) |
void | setCorrIndex (casacore::uInt corr) |
void | setDebug (bool debug) |
Protected Attributes | |
casacore::uInt | width_p |
ChannelAverageKernel< T > * | chanAvgKernel_p |
This member has to be a pointer, otherwise there are compile time problems due to the fact that it is a pure virtual class. More... | |
Protected Attributes inherited from casa::vi::FreqAxisTransformEngine2< T > | |
casacore::Bool | debug_p |
casacore::uInt | rowIndex_p |
casacore::uInt | corrIndex_p |
DataCubeMap * | inputData_p |
DataCubeMap * | outputData_p |
Definition at line 145 of file ChannelAverageTVI.h.
casa::vi::ChannelAverageTransformEngine< T >::ChannelAverageTransformEngine | ( | ChannelAverageKernel< T > * | kernel, |
DataCubeMap * | inputData, | ||
DataCubeMap * | outputData, | ||
casacore::uInt | width | ||
) |
|
virtual |
Reimplemented from casa::vi::FreqAxisTransformEngine2< T >.
void casa::vi::ChannelAverageTransformEngine< T >::transformAll | ( | ) |
package transformation of all corr,row spectra in the in/outputData_p gmoellen (2017Mar06)
|
protected |
This member has to be a pointer, otherwise there are compile time problems due to the fact that it is a pure virtual class.
Definition at line 170 of file ChannelAverageTVI.h.
|
protected |
Definition at line 166 of file ChannelAverageTVI.h.