casa
5.7.0-16
|
#include <ClarkCleanAlgorithm.h>
Public Member Functions | |
ClarkCleanAlgorithm () | |
Default constructor and destructor. More... | |
~ClarkCleanAlgorithm () | |
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 () |
Do the Clark CLEAN on the assigned data. More... | |
Private Attributes | |
casacore::PagedArray < casacore::Float > * | model_sl_p |
Local copies of the data and input parameters. More... | |
casacore::Array< casacore::Float > | residual_sl |
casacore::Array< casacore::Float > | psf_sf |
casacore::Array< casacore::Float > | mask |
casacore::Float | gain |
casacore::Float | threshold |
casacore::Int | numberIterations |
casacore::Int | chan |
casacore::Int | nchan |
casacore::String | myName |
casacore::Int | cache_p |
Additional Inherited Members |
Definition at line 39 of file ClarkCleanAlgorithm.h.
casa::ClarkCleanAlgorithm::ClarkCleanAlgorithm | ( | ) |
Default constructor and destructor.
casa::ClarkCleanAlgorithm::~ClarkCleanAlgorithm | ( | ) |
|
virtual |
Get the input data and parameters from the controller.
Implements casa::Algorithm.
|
virtual |
Return the name of the algorithm.
Implements casa::Algorithm.
|
virtual |
Return the results to the controller.
Implements casa::Algorithm.
|
privatevirtual |
Do the Clark CLEAN on the assigned data.
Implements casa::Algorithm.
|
private |
Definition at line 66 of file ClarkCleanAlgorithm.h.
|
private |
Definition at line 63 of file ClarkCleanAlgorithm.h.
|
private |
Definition at line 60 of file ClarkCleanAlgorithm.h.
|
private |
Definition at line 59 of file ClarkCleanAlgorithm.h.
|
private |
Local copies of the data and input parameters.
Definition at line 56 of file ClarkCleanAlgorithm.h.
|
private |
Definition at line 65 of file ClarkCleanAlgorithm.h.
|
private |
Definition at line 64 of file ClarkCleanAlgorithm.h.
|
private |
Definition at line 62 of file ClarkCleanAlgorithm.h.
|
private |
Definition at line 58 of file ClarkCleanAlgorithm.h.
|
private |
Definition at line 57 of file ClarkCleanAlgorithm.h.
|
private |
Definition at line 61 of file ClarkCleanAlgorithm.h.