casa
$Rev:20696$
|
Parallelized version of class WFCleanImageSkyModel. More...
#include <PWFCleanImageSkyModel.h>
Public Member Functions | |
PWFCleanImageSkyModel () | |
Constructors. | |
PWFCleanImageSkyModel (const Int nfacets) | |
virtual | ~PWFCleanImageSkyModel () |
Null destructor. | |
virtual Bool | solve (SkyEquation &se) |
Parallelized solve for the sky model. | |
virtual void | makeApproxPSFs (SkyEquation &se) |
Parallelized formation of the approximate PSF's. |
Parallelized version of class WFCleanImageSkyModel.
Public interface
From "parallel", "wide-field" and "image sky model"
This class is a parallelized version of class WFCleanImageSkyModel, implemented as an inherited specialization. The parallel class uses the same algorithms as the serial parent class, except it is modified to support parallel processing.
See the example for SkyModel .
Definition at line 73 of file PWFCleanImageSkyModel.h.
Constructors.
casa::PWFCleanImageSkyModel::PWFCleanImageSkyModel | ( | const Int | nfacets | ) |
virtual casa::PWFCleanImageSkyModel::~PWFCleanImageSkyModel | ( | ) | [inline, virtual] |
Null destructor.
Definition at line 81 of file PWFCleanImageSkyModel.h.
virtual void casa::PWFCleanImageSkyModel::makeApproxPSFs | ( | SkyEquation & | se | ) | [virtual] |
Parallelized formation of the approximate PSF's.
Reimplemented from casa::ImageSkyModel.
virtual Bool casa::PWFCleanImageSkyModel::solve | ( | SkyEquation & | se | ) | [virtual] |
Parallelized solve for the sky model.
Reimplemented from casa::WFCleanImageSkyModel.