X-Y phase. More...
#include <DJones.h>
Public Member Functions | |
GlinXphJones (VisSet &vs) | |
Constructor. | |
GlinXphJones (String msname, Int MSnAnt, Int MSnSpw) | |
GlinXphJones (const MSMetaInfoForCal &msmc) | |
GlinXphJones (const Int &nAnt) | |
virtual | ~GlinXphJones () |
virtual Type | type () |
Return the type enum (position UPSTREAM of D, not downstream like G). | |
virtual String | typeName () |
Return type name as string. | |
virtual String | longTypeName () |
virtual void | setApply (const Record &apply) |
virtual Bool | freqDepPar () |
NOT FreqDep. | |
virtual Bool | phandonly () |
Though derived from GJones, this type actually uses the cross-hands. | |
virtual Bool | useGenericGatherForSolve () |
GlinXphJones specialization. | |
virtual Bool | useGenericSolveOne () |
Use generic solution engine for a single solve (usually inside the generic gathering mechanism). | |
virtual void | selfGatherAndSolve (VisSet &vs, VisEquation &ve) |
virtual Bool useGenericGatherForSolve() { return False; }; | |
Protected Member Functions | |
virtual void | selfSolveOne (VisBuffGroupAcc &vbga) |
Handle trivial vbga generated by generic gather-for-solve. | |
virtual void | solveOneVB (const VisBuffer &vb) |
Solver for one VB, that collapses baselines and cross-hands first, then solves for XY-phase and QU. | |
virtual void | globalPostSolveTinker () |
Write QU info into table keywords. | |
Protected Attributes | |
Matrix< Float > | QU_ |
Derived QU_ info. |
X-Y phase.
Definition at line 445 of file DJones.h.
casa::GlinXphJones::GlinXphJones | ( | VisSet & | vs | ) |
Constructor.
casa::GlinXphJones::GlinXphJones | ( | String | msname, | |
Int | MSnAnt, | |||
Int | MSnSpw | |||
) |
casa::GlinXphJones::GlinXphJones | ( | const MSMetaInfoForCal & | msmc | ) |
casa::GlinXphJones::GlinXphJones | ( | const Int & | nAnt | ) |
virtual casa::GlinXphJones::~GlinXphJones | ( | ) | [virtual] |
virtual Bool casa::GlinXphJones::freqDepPar | ( | ) | [inline, virtual] |
NOT FreqDep.
Reimplemented from casa::VisCal.
Reimplemented in casa::GlinXphfJones.
Definition at line 468 of file DJones.h.
References casacore::False.
virtual void casa::GlinXphJones::globalPostSolveTinker | ( | ) | [protected, virtual] |
Write QU info into table keywords.
Reimplemented from casa::SolvableVisJones.
virtual String casa::GlinXphJones::longTypeName | ( | ) | [inline, virtual] |
Reimplemented from casa::GJones.
Reimplemented in casa::GlinXphfJones.
virtual Bool casa::GlinXphJones::phandonly | ( | ) | [inline, virtual] |
Though derived from GJones, this type actually uses the cross-hands.
Reimplemented from casa::GJones.
Definition at line 471 of file DJones.h.
References casacore::False.
virtual void casa::GlinXphJones::selfGatherAndSolve | ( | VisSet & | vs, | |
VisEquation & | ve | |||
) | [virtual] |
virtual Bool useGenericGatherForSolve() { return False; };
Reimplemented from casa::SolvableVisCal.
virtual void casa::GlinXphJones::selfSolveOne | ( | VisBuffGroupAcc & | vbga | ) | [protected, virtual] |
Handle trivial vbga generated by generic gather-for-solve.
Reimplemented from casa::SolvableVisCal.
virtual void casa::GlinXphJones::setApply | ( | const Record & | apply | ) | [virtual] |
Reimplemented from casa::SolvableVisCal.
virtual void casa::GlinXphJones::solveOneVB | ( | const VisBuffer & | vb | ) | [protected, virtual] |
Solver for one VB, that collapses baselines and cross-hands first, then solves for XY-phase and QU.
virtual Type casa::GlinXphJones::type | ( | ) | [inline, virtual] |
Return the type enum (position UPSTREAM of D, not downstream like G).
Reimplemented from casa::GJones.
Definition at line 457 of file DJones.h.
References casa::VisCal::X.
virtual String casa::GlinXphJones::typeName | ( | ) | [inline, virtual] |
virtual Bool casa::GlinXphJones::useGenericGatherForSolve | ( | ) | [inline, virtual] |
GlinXphJones specialization.
Reimplemented from casa::SolvableVisCal.
Definition at line 474 of file DJones.h.
References casacore::True.
virtual Bool casa::GlinXphJones::useGenericSolveOne | ( | ) | [inline, virtual] |
Use generic solution engine for a single solve (usually inside the generic gathering mechanism).
Reimplemented from casa::SolvableVisCal.
Definition at line 475 of file DJones.h.
References casacore::False.
Matrix<Float> casa::GlinXphJones::QU_ [protected] |