casa
5.7.0-16
|
does the simplest Fourier transform on SkyComponents More...
#include <SimpleComponentFTMachine.h>
Public Member Functions | |
virtual void | get (vi::VisBuffer2 &vb, const ComponentList &compList, casacore::Int row=-1) |
Get actual coherence. More... | |
virtual void | get (vi::VisBuffer2 &vb, SkyComponent &skycomponent, casacore::Int row=-1) |
Get actual coherence. More... | |
Public Member Functions inherited from casa::refim::ComponentFTMachine | |
ComponentFTMachine () | |
ComponentFTMachine (const ComponentFTMachine &other) | |
ComponentFTMachine & | operator= (const ComponentFTMachine &other) |
virtual | ~ComponentFTMachine () |
void | rotateUVW (casacore::Matrix< casacore::Double > &uvw, casacore::Vector< casacore::Double > &dphase, const vi::VisBuffer2 &vb, const casacore::MDirection &mDesired) |
Rotate the uvw from the observed phase center to the desired phase center. More... | |
void | rotateUVW (casacore::Double *&uvw, casacore::Double *&dphase, const casacore::Int nrows, const vi::VisBuffer2 &vb, const casacore::MDirection &mDesired) |
A version that use pointers to contigous matrix and vector. More... | |
void | setnumthreads (const casacore::Int numthreads) |
Set number of threads to use when predicting. More... | |
Additional Inherited Members | |
Protected Attributes inherited from casa::refim::ComponentFTMachine | |
casacore::LogIO | logIO_p |
casacore::MPosition | mLocation_p |
Default Position used for phase rotations. More... | |
casacore::Int | numthreads_p |
does the simplest Fourier transform on SkyComponents
Public interface
ComponentFTMachine is a Machine for Fourier Transforms of SkyComponents
Does a simple transform of a sky component. The phase term is fully accurate but no smearing is included.
Allow transformation of sky components.
Definition at line 88 of file SimpleComponentFTMachine.h.
|
protected |
|
virtual |
Get actual coherence.
Implements casa::refim::ComponentFTMachine.
|
virtual |
Get actual coherence.
Implements casa::refim::ComponentFTMachine.
|
protected |