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

DDFuncDiff: maps two correlations A and B into func(A-B) More...

#include <DDMapper.h>

Inheritance diagram for casa::DDFuncDiff:
casa::DDSumFunc casa::DDFunc casa::DDMapper

List of all members.

Public Member Functions

 DDFuncDiff (FuncSignature fsig, const String &corr1, const String &corr2)
virtual ~DDFuncDiff ()
virtual Float map (const Cube< Complex > &vis, uInt ich, uInt irow) const
 Maps a slice of visibilities at (*,ich,irow) from the given viscube into a the derived value.

Detailed Description

DDFuncDiff: maps two correlations A and B into func(A-B)

Intended use:

Internal

Definition at line 185 of file DDMapper.h.


Constructor & Destructor Documentation

casa::DDFuncDiff::DDFuncDiff ( FuncSignature  fsig,
const String corr1,
const String corr2 
)
virtual casa::DDFuncDiff::~DDFuncDiff ( ) [inline, virtual]

Definition at line 189 of file DDMapper.h.


Member Function Documentation

virtual Float casa::DDFuncDiff::map ( const Cube< Complex > &  vis,
uInt  ich,
uInt  irow 
) const [virtual]

Maps a slice of visibilities at (*,ich,irow) from the given viscube into a the derived value.

Reimplemented from casa::DDSumFunc.


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