casa
5.7.0-16
|
Parallelized version of approximate PSF formation. More...
#include <MakeApproxPSFAlgorithm.h>
Public Member Functions | |
MakeApproxPSFAlgorithm () | |
Default constructor and destructor. More... | |
~MakeApproxPSFAlgorithm () | |
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 and fit the PSF/beam. More... | |
Private Attributes | |
casacore::TempImage < casacore::Complex > * | cImage_p |
Local copies of the data and input parameters. More... | |
casacore::String | myName_p |
casacore::String | msFileName_p |
casacore::TempImage < casacore::Float > * | psf_p |
casacore::Matrix< casacore::Float > | weight_p |
casacore::Vector< casacore::Float > | beam_p |
casacore::Array < casacore::Float > * | beamArray_p |
FTMachine * | ft_p |
Additional Inherited Members |
Parallelized version of approximate PSF formation.
Public interface
Parallelized version of approximate PSF formation
Parallelized version of approximate PSF formation. Inherits from Algorithm to fit within the AIPS++ parallelization framework.
Parallel PSF formation is one part of parallelized wide-field imaging.
Definition at line 79 of file MakeApproxPSFAlgorithm.h.
casa::MakeApproxPSFAlgorithm::MakeApproxPSFAlgorithm | ( | ) |
Default constructor and destructor.
casa::MakeApproxPSFAlgorithm::~MakeApproxPSFAlgorithm | ( | ) |
|
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 |
Form and fit the PSF/beam.
Implements casa::Algorithm.
|
private |
Definition at line 102 of file MakeApproxPSFAlgorithm.h.
|
private |
Definition at line 103 of file MakeApproxPSFAlgorithm.h.
|
private |
Local copies of the data and input parameters.
Definition at line 96 of file MakeApproxPSFAlgorithm.h.
|
private |
Definition at line 104 of file MakeApproxPSFAlgorithm.h.
|
private |
Definition at line 98 of file MakeApproxPSFAlgorithm.h.
|
private |
Definition at line 97 of file MakeApproxPSFAlgorithm.h.
|
private |
Definition at line 100 of file MakeApproxPSFAlgorithm.h.
|
private |
Definition at line 101 of file MakeApproxPSFAlgorithm.h.