Ask a Question | Search PSRCHIVE: |
![]()
|
IterativeBaseline.h BaselineEstimator() Default constructor. Definition BaselineEstimator.C:27 void calculate(PhaseWeight *weight) Calculate the PhaseWeight. Definition IterativeBaseline.C:72 IterativeBaseline() Default constructor. Definition IterativeBaseline.C:27 void set_initial_baseline(BaselineEstimator *) Set the BaselineEstimator used to find the initial baseline. Definition IterativeBaseline.C:40 virtual void get_bounds(PhaseWeight *, float &lower, float &upper)=0 Derived classes must define the bounds. Reference::To< BaselineEstimator > initial_baseline The BaselineEstimator used to find the initial baseline. Definition IterativeBaseline.h:65 virtual void set_threshold(float sigma) Set the threshold below which samples are included in the baseline. Definition IterativeBaseline.C:51 ~IterativeBaseline() Destructor. Definition IterativeBaseline.C:36 unsigned max_iterations The maximum number of iterations. Definition IterativeBaseline.h:59 bool get_initial_bounds() const Provide access to derived classes. Definition IterativeBaseline.h:68 void set_max_iterations(unsigned iterations) Set the maximum number of iterations. Definition IterativeBaseline.C:61 bool run_postprocessing Run the postprocessing algorithm. Definition IterativeBaseline.h:62 float threshold The threshold below which samples are included in the baseline. Definition IterativeBaseline.h:56 Algorithms that smooth PhaseWeight containers. Definition PhaseWeightSmooth.h:21 Reference::To< const Profile, false > profile The Profile from which the PhaseWeight will be derived. Definition ProfileWeightFunction.h:59 Generated using doxygen 1.14.0
|