casa
5.7.0-16
|
Parallel residual image formation. More...
#include <ResidualAlgorithm.h>
Public Member Functions | |
ResidualAlgorithm () | |
Default constructor and destructor. More... | |
~ResidualAlgorithm () | |
void | get () |
Get the input data and parameters from the controller. More... | |
void | put () |
Return the results to the controller. More... | |
casacore::String & | name () |
Return the name of the algorithm. More... | |
Public Member Functions inherited from casa::Algorithm | |
Algorithm () | |
Default constructor and destructor. More... | |
virtual | ~Algorithm () |
void | apply () |
Generic apply to execute the parallel task. More... | |
Private Member Functions | |
void | task () |
Form the residual image. More... | |
void | initializePut (const VisBuffer &vb, casacore::Int model) |
Local utility functions. More... | |
void | putResidualVis (VisBuffer &vb, casacore::Int model) |
Private Attributes | |
casacore::Int | model_p |
Private data. More... | |
casacore::TempImage < casacore::Complex > * | cImage_p |
casacore::String | myName_p |
casacore::String | msName_p |
casacore::Bool | incremental_p |
casacore::Matrix < casacore::Float > * | weight_p |
casacore::TempImage < casacore::Float > | psf_p |
FTMachine * | ft_p |
casacore::MeasurementSet * | ms_p |
Additional Inherited Members |
Parallel residual image formation.
Public interface
From "residual image" and "parallel algorithm"
This class is called by PSkyEquation to form residual image using parallelization within the Applicator/Algorithm framework
Encapsulate the parallelized residual image formation
Definition at line 79 of file ResidualAlgorithm.h.
casa::ResidualAlgorithm::ResidualAlgorithm | ( | ) |
Default constructor and destructor.
casa::ResidualAlgorithm::~ResidualAlgorithm | ( | ) |
|
virtual |
Get the input data and parameters from the controller.
Implements casa::Algorithm.
|
private |
Local utility functions.
|
virtual |
Return the name of the algorithm.
Implements casa::Algorithm.
|
virtual |
Return the results to the controller.
Implements casa::Algorithm.
|
private |
|
privatevirtual |
Form the residual image.
Implements casa::Algorithm.
|
private |
Definition at line 97 of file ResidualAlgorithm.h.
|
private |
Definition at line 103 of file ResidualAlgorithm.h.
|
private |
Definition at line 100 of file ResidualAlgorithm.h.
|
private |
Private data.
Definition at line 96 of file ResidualAlgorithm.h.
|
private |
Definition at line 104 of file ResidualAlgorithm.h.
|
private |
Definition at line 99 of file ResidualAlgorithm.h.
|
private |
Definition at line 98 of file ResidualAlgorithm.h.
|
private |
Definition at line 102 of file ResidualAlgorithm.h.
|
private |
Definition at line 101 of file ResidualAlgorithm.h.