DP3
PolarizationLeakageConstraint.h
Go to the documentation of this file.
1 #ifndef DP3_DDECAL_POLARIZATION_LEAKAGE_CONSTRAINT_H_
2 #define DP3_DDECAL_POLARIZATION_LEAKAGE_CONSTRAINT_H_
3 
4 #include "Constraint.h"
5 
6 #include <vector>
7 #include <ostream>
8 
9 namespace dp3::ddecal {
10 
16  public:
18 
19  void Apply(SolutionSpan& solutions, double time) override;
20 };
21 
22 } // namespace dp3::ddecal
23 
24 #endif
This class is the base class for classes that implement a constraint on calibration solutions....
Definition: Constraint.h:27
Definition: PolarizationLeakageConstraint.h:15
void Apply(SolutionSpan &solutions, double time) override
Definition: AmplitudeOnlyConstraint.h:12
aocommon::xt::Span< std::complex< double >, 4 > SolutionSpan
Definition: Solutions.h:20