Ask a Question | Search PSRCHIVE: |
Home
|
MaskSmooth.h void calculate(PhaseWeight *) Derived classes implement the PhaseWeight calculation. Definition: MaskSmooth.C:94 void set_masked_fraction(double) Set the fraction of masked neighbours required. Definition: MaskSmooth.C:48 unsigned get_masked_bins() const Get the number of masked neighbours required. Definition: MaskSmooth.C:85 Smooths a mask by masking elements with masked neighbours. Definition: MaskSmooth.h:26 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_bins() const Get the width of the smoothing window in phase bins. Definition: MaskSmooth.C:74 void set_masked_bins(unsigned) Set the number of masked neighbours required. Definition: MaskSmooth.C:79 MaskSmooth * clone() const Return a copy constructed instance of self. Definition: MaskSmooth.C:27 double get_masked_fraction() const Get the fraction of masked neighbours required. Definition: MaskSmooth.C:58 double get_turns() const Get the smoothing window fraction in turns. Definition: MaskSmooth.C:42 Generated using doxygen 1.8.17
|