casa
$Rev:20696$
|
DDFuncSum: maps two correlations A and B into func(A+B) More...
#include <DDMapper.h>
Public Member Functions | |
DDFuncSum (FuncSignature fsig, const String &corr1, const String &corr2) | |
virtual | ~DDFuncSum () |
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. |
DDFuncSum: maps two correlations A and B into func(A+B)
Internal
Definition at line 172 of file DDMapper.h.
casa::DDFuncSum::DDFuncSum | ( | FuncSignature | fsig, |
const String & | corr1, | ||
const String & | corr2 | ||
) |
virtual casa::DDFuncSum::~DDFuncSum | ( | ) | [inline, virtual] |
Definition at line 176 of file DDMapper.h.
virtual Float casa::DDFuncSum::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.