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