#include <ConstraintResult.h>
|
| std::string | axes |
| | Comma-separated string with axis names, fastest varying last. More...
|
| |
| std::vector< size_t > | dims |
| |
| std::string | name |
| |
| std::vector< double > | vals |
| | Both vals and weights have the dimensions described in dims and axes. More...
|
| |
| std::vector< double > | weights |
| |
Holds the information that is produced by a constraint and that should be written to the h5 solution file. Examples are FaradayConstraint and TECConstraint, which store their found faraday or tec values in a ConstraintResult object.
◆ axes
| std::string dp3::ddecal::ConstraintResult::axes |
Comma-separated string with axis names, fastest varying last.
◆ dims
| std::vector<size_t> dp3::ddecal::ConstraintResult::dims |
◆ name
| std::string dp3::ddecal::ConstraintResult::name |
◆ vals
| std::vector<double> dp3::ddecal::ConstraintResult::vals |
Both vals and weights have the dimensions described in dims and axes.
◆ weights
| std::vector<double> dp3::ddecal::ConstraintResult::weights |
The documentation for this struct was generated from the following file: