#include <AMueller.h>
Inheritance diagram for casa::AMueller:


Definition at line 37 of file AMueller.h.
Public Member Functions | |
| AMueller (VisSet &vs) | |
| Constructor. | |
| AMueller (const Int &nAnt) | |
| virtual | ~AMueller () |
| virtual Type | type () |
| Return the type enum. | |
| virtual String | typeName () |
| Return type name as string. | |
| virtual String | longTypeName () |
| virtual Mueller::MuellerType | muellerType () |
| Algebraic type of Mueller matrix (this is the key distinguishing characteristic). | |
| virtual Bool | normalizable () |
| We do not normalize by the model, since we are estimating directly from the data (we should optimize here by avoiding the model I/O). | |
| virtual void | corrupt (VisBuffer &vb) |
| Specialize corrupt to pre-zero model for corruption. | |
| casa::AMueller::AMueller | ( | VisSet & | vs | ) |
Constructor.
| casa::AMueller::AMueller | ( | const Int & | nAnt | ) |
| virtual casa::AMueller::~AMueller | ( | ) | [virtual] |
| virtual Type casa::AMueller::type | ( | ) | [inline, virtual] |
Return the type enum.
Reimplemented from casa::MMueller.
Definition at line 47 of file AMueller.h.
References casa::VisCal::A.
| virtual String casa::AMueller::typeName | ( | ) | [inline, virtual] |
Return type name as string.
Reimplemented from casa::MMueller.
Definition at line 50 of file AMueller.h.
| virtual String casa::AMueller::longTypeName | ( | ) | [inline, virtual] |
| virtual Mueller::MuellerType casa::AMueller::muellerType | ( | ) | [inline, virtual] |
Algebraic type of Mueller matrix (this is the key distinguishing characteristic).
Reimplemented from casa::MMueller.
Definition at line 55 of file AMueller.h.
References casa::Mueller::AddDiag2.
| virtual Bool casa::AMueller::normalizable | ( | ) | [inline, virtual] |
We do not normalize by the model, since we are estimating directly from the data (we should optimize here by avoiding the model I/O).
Reimplemented from casa::SolvableVisMueller.
Definition at line 60 of file AMueller.h.
| virtual void casa::AMueller::corrupt | ( | VisBuffer & | vb | ) | [virtual] |
1.5.1