PSRCHIVE
| Ask a Question | Search PSRCHIVE: |
Home
|
MaskSmooth.h void set_masked_fraction(double) Set the fraction of masked neighbours required. Definition MaskSmooth.C:48 void set_bins(unsigned) Set the width of the smoothing window in phase bins. Definition MaskSmooth.C:68 void set_turns(double) Set the smoothing window fraction in turns. Definition MaskSmooth.C:32 unsigned get_masked_bins() const Get the number of masked neighbours required. Definition MaskSmooth.C:85 MaskSmooth * clone() const Return a copy constructed instance of self. Definition MaskSmooth.C:27 void set_masked_bins(unsigned) Set the number of masked neighbours required. Definition MaskSmooth.C:79 double get_turns() const Get the smoothing window fraction in turns. Definition MaskSmooth.C:42 double get_masked_fraction() const Get the fraction of masked neighbours required. Definition MaskSmooth.C:58 void calculate(PhaseWeight *) Derived classes implement the PhaseWeight calculation. Definition MaskSmooth.C:94 unsigned get_bins() const Get the width of the smoothing window in phase bins. Definition MaskSmooth.C:74 Algorithms that smooth PhaseWeight containers. Definition PhaseWeightSmooth.h:21 Generated using doxygen 1.14.0
|