1 #ifndef MHO_ManualChannelPhaseCorrection_HH__
2 #define MHO_ManualChannelPhaseCorrection_HH__
119 bool PolMatch(std::size_t station_idx, std::string& polprod);
127 bool LabelMatch(std::string expected_chan_label, std::string given_chan_label);
130 std::complex< double > fImagUnit;
134 std::string fStationIdentity;
138 std::map< std::string, double > fPCMap;
141 std::string fStationKey;
142 std::string fRemStationKey;
143 std::string fRefStationKey;
144 std::string fRemStationMk4IDKey;
145 std::string fRefStationMk4IDKey;
146 std::string fChannelLabelKey;
147 std::string fSidebandLabelKey;
148 std::string fLowerSideband;
149 std::string fUpperSideband;
152 void make_upper(std::string& s)
Class MHO_ManualChannelPhaseCorrection.
Definition: MHO_ManualChannelPhaseCorrection.hh:32
MHO_ManualChannelPhaseCorrection()
Definition: MHO_ManualChannelPhaseCorrection.cc:6
virtual bool ExecuteOutOfPlace(const visibility_type *in, visibility_type *out) override
Copies input visibility data and executes in-place correction.
Definition: MHO_ManualChannelPhaseCorrection.cc:98
virtual bool InitializeInPlace(visibility_type *in) override
Initializes in-place visibility_type pointer.
Definition: MHO_ManualChannelPhaseCorrection.cc:195
virtual bool InitializeOutOfPlace(const visibility_type *in, visibility_type *out) override
Initializes out-of-place data from input visibility_type pointer.
Definition: MHO_ManualChannelPhaseCorrection.cc:200
void SetPolarization(const std::string &pol)
Setter for polarization.
Definition: MHO_ManualChannelPhaseCorrection.hh:52
void SetStationIdentifier(std::string station_id)
Setter for station identifier.
Definition: MHO_ManualChannelPhaseCorrection.hh:45
void SetChannelToPCPhaseMap(const std::map< std::string, double > &map)
Setter for channel to pc_phase map.
Definition: MHO_ManualChannelPhaseCorrection.hh:64
virtual bool ExecuteInPlace(visibility_type *in) override
Applies phase correction to visibility data in-place for reference or remote station.
Definition: MHO_ManualChannelPhaseCorrection.cc:25
virtual ~MHO_ManualChannelPhaseCorrection()
Definition: MHO_ManualChannelPhaseCorrection.cc:23
Class MHO_UnaryOperator.
Definition: MHO_UnaryOperator.hh:24
Definition: MHO_ChannelLabeler.hh:17