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

Parallelized version of approximate PSF formation. More...

#include <MakeApproxPSFAlgorithm.h>

Inheritance diagram for casa::MakeApproxPSFAlgorithm:
casa::Algorithm

List of all members.

Public Member Functions

 MakeApproxPSFAlgorithm ()
 Default constructor and destructor.
 ~MakeApproxPSFAlgorithm ()
void get ()
 Get the input data and parameters from the controller.
void put ()
 Return the results to the controller.
Stringname ()
 Return the name of the algorithm.

Private Member Functions

void task ()
 Form and fit the PSF/beam.

Private Attributes

TempImage< Complex > * cImage_p
 Local copies of the data and input parameters.
String myName_p
String msFileName_p
TempImage< Float > * psf_p
Matrix< Floatweight_p
Vector< Floatbeam_p
Array< Float > * beamArray_p
FTMachineft_p

Detailed Description

Parallelized version of approximate PSF formation.

Intended use:

Public interface

Prerequisite

Etymology

Parallelized version of approximate PSF formation

Synopsis

Parallelized version of approximate PSF formation. Inherits from Algorithm to fit within the AIPS++ parallelization framework.

Example

Motivation

Parallel PSF formation is one part of parallelized wide-field imaging.

To Do

Definition at line 79 of file MakeApproxPSFAlgorithm.h.


Constructor & Destructor Documentation

Default constructor and destructor.


Member Function Documentation

Get the input data and parameters from the controller.

Implements casa::Algorithm.

Return the name of the algorithm.

Implements casa::Algorithm.

Return the results to the controller.

Implements casa::Algorithm.

void casa::MakeApproxPSFAlgorithm::task ( ) [private, virtual]

Form and fit the PSF/beam.

Implements casa::Algorithm.


Member Data Documentation

Definition at line 102 of file MakeApproxPSFAlgorithm.h.

Definition at line 103 of file MakeApproxPSFAlgorithm.h.

Local copies of the data and input parameters.

Definition at line 96 of file MakeApproxPSFAlgorithm.h.

Definition at line 104 of file MakeApproxPSFAlgorithm.h.

Definition at line 98 of file MakeApproxPSFAlgorithm.h.

Definition at line 97 of file MakeApproxPSFAlgorithm.h.

Definition at line 100 of file MakeApproxPSFAlgorithm.h.

Definition at line 101 of file MakeApproxPSFAlgorithm.h.


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