casa
$Rev:20696$
|
#include <StandardVisCal.h>
Public Member Functions | |
MfMueller (VisSet &vs) | |
Constructor. | |
MfMueller (const Int &nAnt) | |
virtual | ~MfMueller () |
virtual Type | type () |
Return the type enum. | |
virtual String | typeName () |
Return type name as string. | |
virtual String | longTypeName () |
virtual Bool | freqDepPar () |
This is the freq-dep version of M (this is the ONLY fundamental difference from M) | |
virtual void | normalize () |
Normalize baseline spectra (after B) |
casa::MfMueller::MfMueller | ( | VisSet & | vs | ) |
Constructor.
casa::MfMueller::MfMueller | ( | const Int & | nAnt | ) |
virtual casa::MfMueller::~MfMueller | ( | ) | [virtual] |
virtual Bool casa::MfMueller::freqDepPar | ( | ) | [inline, virtual] |
This is the freq-dep version of M (this is the ONLY fundamental difference from M)
Reimplemented from casa::VisCal.
Definition at line 457 of file StandardVisCal.h.
References casa::True.
virtual String casa::MfMueller::longTypeName | ( | ) | [inline, virtual] |
Reimplemented from casa::MMueller.
Definition at line 453 of file StandardVisCal.h.
virtual void casa::MfMueller::normalize | ( | ) | [virtual] |
Normalize baseline spectra (after B)
Reimplemented from casa::SolvableVisCal.
virtual Type casa::MfMueller::type | ( | ) | [inline, virtual] |
Return the type enum.
Reimplemented from casa::MMueller.
Definition at line 449 of file StandardVisCal.h.
References casa::VisMueller::M().
virtual String casa::MfMueller::typeName | ( | ) | [inline, virtual] |
Return type name as string.
Reimplemented from casa::MMueller.
Definition at line 452 of file StandardVisCal.h.