Ask a Question | Search PSRCHIVE: |
Home
|
MeanPolar.h 43 }
void set_gain(const Estimate< double > &gain) void set_boost(unsigned i, const Estimate< double > &b_i) Estimate< double > get_boost(unsigned i) const MeanEstimate< double > mean_gain Best estimate of receiver gain. Definition: MeanPolar.h:43 void update(MEAL::Complex2 *model) const Update the Model parameters with the current value of the mean. Definition: MeanPolar.C:11 void set_rotation(unsigned i, const Estimate< double > &phi_i) T get_value() const Estimate< double > get_gain() const Estimate< double > get_rotation(unsigned i) const MeanRadian< double > mean_rotation[3] Best estimate of receiver rotations. Definition: MeanPolar.h:49 MeanEstimate< double > mean_boost[3] Best estimate of receiver boost. Definition: MeanPolar.h:46 void integrate(const MEAL::Complex2 *model) Add the Model parameters to the running mean. Definition: MeanPolar.C:32 Generated using doxygen 1.8.17
|