casa  $Rev:20696$
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions
casa::HogbomCleanImageSkyModel Class Reference

Hogbom Clean Image Sky Model: Image Sky Model implementing the Hogbom Clean algorithm. More...

#include <HogbomCleanImageSkyModel.h>

Inheritance diagram for casa::HogbomCleanImageSkyModel:
casa::CleanImageSkyModel casa::ImageSkyModel casa::SkyModel casa::Iterate

List of all members.

Public Member Functions

virtual Bool solve (SkyEquation &me)
 Solve for this SkyModel.
Matrix< Float > * makeMaskMatrix (const Int &nx, const Int &ny, Int &newNx, Int &newNy, RO_LatticeIterator< Float > &maskIter, Int &xbeg, Int &xend, Int &ybeg, Int &yend)

Detailed Description

Hogbom Clean Image Sky Model: Image Sky Model implementing the Hogbom Clean algorithm.

Intended use:

Public interface

Prerequisite

Etymology

HogbomCleanImageSkyModel implements the Hogbom Clean algorithm. It is derived from SkyModel and uses the fortran code in hclean.f

Synopsis

The Hogbom Clean is the standard classic clean.

The Hogbom Clean is implemented using the hclean.f code.

Masking is optionally performed using a mask image: only points where the mask is non-zero are cleaned. If no mask is specified all points in the inner quarter of the image are cleaned.

Example

See the example for SkyModel .

Motivation

Definition at line 78 of file HogbomCleanImageSkyModel.h.


Member Function Documentation

Matrix<Float>* casa::HogbomCleanImageSkyModel::makeMaskMatrix ( const Int nx,
const Int ny,
Int newNx,
Int newNy,
RO_LatticeIterator< Float > &  maskIter,
Int xbeg,
Int xend,
Int ybeg,
Int yend 
)

Solve for this SkyModel.

Reimplemented from casa::ImageSkyModel.


The documentation for this class was generated from the following file: