Ask a Question | Search PSRCHIVE: |
Home
|
HasBaselineEstimator.h Adaptively computes the baseline, assuming normally distributed noise. Definition: GaussianBaseline.h:70 HasBaselineEstimator() Default constructor. Definition: HasBaselineEstimator.C:15 void share(HasBaselineEstimator *other) Share the baseline estimator of other. PhaseWeight algorithms that receive an input Profile. Definition: ProfileWeightFunction.h:26 virtual void set_baseline_estimator(ProfileWeightFunction *) Set the algorithm used to find the off-pulse phase bins. Definition: HasBaselineEstimator.C:33 ProfileWeightFunction * get_baseline_estimator() const Get the algorithm used to find the off-pulse phase bins. Definition: HasBaselineEstimator.C:45 ~HasBaselineEstimator() Destructor. Definition: HasBaselineEstimator.C:29 Manages a baseline estimator and its interface. Definition: HasBaselineEstimator.h:27 virtual TextInterface::Parser * get_interface()=0 Return a text interface that can be used to configure this instance. Generated using doxygen 1.8.17
|