casa
$Rev:20696$
|
DDFuncDiff: maps two correlations A and B into func(A-B) More...
#include <DDMapper.h>
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. |
DDFuncDiff: maps two correlations A and B into func(A-B)
Internal
Definition at line 185 of file DDMapper.h.
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.
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.