Ask a Question | Search PSRCHIVE: |
Home
|
LawnMower.h 55 };
void set_include(PhaseWeight *include) Include only the specified phase bins for consideration. Definition: ProfileWeightFunction.C:43 Smooth * get_smooth() const Get the smoothing function. Definition: BaselineWindow.C:77 const float * get_amps() const Return a pointer to the amplitudes array. Definition: ProfileAmps.C:141 Reference::To< PhaseWeight > include Points to be included in baseline estimator used by mower. Definition: LawnMower.h:55 Reference::To< OnPulseThreshold > mower Masks all points above a threshold. Definition: LawnMower.h:52 unsigned get_nbin() const Return the number of bins. Definition: ProfileAmps.h:50 void set_baseline_estimator(BaselineEstimator *) Set the BaselineEstimator used to find the baseline. Definition: LawnMower.C:63 void set_threshold(float sigma) Set the threshold below which samples are included in the baseline. Definition: GaussianBaseline.C:39 void set_threshold(float sigma) Set the threshold above which samples are mown. Definition: LawnMower.C:73 Adaptively computes the baseline, assuming normally distributed noise. Definition: GaussianBaseline.h:70 void set_turns(float) Set the width of the smoothing window in turns. Definition: Smooth.C:23 void set_median_cut(float threshold) Cut samples from baseline with median difference over threshold. Definition: BaselineEstimator.C:37 Finds the phase window in which the smoothed Profile is an extremum. Definition: BaselineWindow.h:28 void set_initial_baseline(BaselineEstimator *) Set the BaselineEstimator used to find the initial baseline. Definition: IterativeBaseline.C:38 Uses the baseline statistics to find on-pulse phase bins. Definition: OnPulseThreshold.h:31 void set_smooth(Smooth *) Set the smoothing function. Definition: BaselineWindow.C:60 void compute(PhaseWeight *mask, const Profile *difference) Find the spikes in median smoothed difference and flag them in mask. Definition: LawnMower.C:79 ProfileWeight algorithms that compute profile baselines. Definition: BaselineEstimator.h:24 Generated using doxygen 1.8.17
|