PWFCleanImageSkyModel.h

Classes

PWFCleanImageSkyModel -- Parallelized version of class WFCleanImageSkyModel (full description)

class PWFCleanImageSkyModel : public WFCleanImageSkyModel

Interface

Public Members
PWFCleanImageSkyModel()
PWFCleanImageSkyModel(const Int nfacets)
virtual ~PWFCleanImageSkyModel()
virtual Bool solve(SkyEquation& se)
virtual void makeApproxPSFs(SkyEquation& se)

Description

Prerequisite

Etymology

From "parallel", "wide-field" and "image sky model"

Synopsis

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.

Example

See the example for SkyModel.

Motivation

To Do