Ask a Question | Search PSRCHIVE: |
Home
|
IterativeBaseline.h unsigned max_iterations The maximum number of iterations. Definition: IterativeBaseline.h:64 Reference::To< BaselineEstimator > initial_baseline The BaselineEstimator used to find the initial baseline. Definition: IterativeBaseline.h:70 void calculate(PhaseWeight *weight) Calculate the PhaseWeight. Definition: IterativeBaseline.C:70 virtual void get_bounds(PhaseWeight *, float &lower, float &upper)=0 Derived classes must define the bounds. void set_max_iterations(unsigned iterations) Set the maximum number of iterations. Definition: IterativeBaseline.C:59 ~IterativeBaseline() Destructor. Definition: IterativeBaseline.C:34 virtual void set_threshold(float sigma) Set the threshold below which samples are included in the baseline. Definition: IterativeBaseline.C:49 IterativeBaseline() Default constructor. Definition: IterativeBaseline.C:25 Reference::To< const Profile, false > profile The Profile from which the PhaseWeight will be derived. Definition: ProfileWeightFunction.h:61 Finds the phase window in which the smoothed Profile is an extremum. Definition: BaselineWindow.h:28 T get_value() const void set_initial_baseline(BaselineEstimator *) Set the BaselineEstimator used to find the initial baseline. Definition: IterativeBaseline.C:38 bool get_initial_bounds() const Provide access to derived classes. Definition: IterativeBaseline.h:73 float threshold The threshold below which samples are included in the baseline. Definition: IterativeBaseline.h:61 ProfileWeight algorithms that compute profile baselines. Definition: BaselineEstimator.h:24 Converts elements without equal neighbours to another state. Definition: ConvertIsolated.h:26 bool run_postprocessing Run the postprocessing algorithm. Definition: IterativeBaseline.h:67 Generated using doxygen 1.8.17
|