PSRCHIVE
| Ask a Question | Search PSRCHIVE: |
Home
|
ProfileStrategies.h Manages the strategies that implement algorithms. Definition ProfileStrategies.h:22 PhaseWeight algorithms that receive an input Profile. Definition ProfileWeightFunction.h:22 Manages the strategies that implement algorithms. Definition ProfileStrategies.h:22 virtual ProfileWeightFunction * onpulse() const =0 The implementation of the on-pulse finding algorithm. virtual ~Strategies() Destructor. Definition ProfileStrategies.h:26 virtual WidthEstimator * width() const =0 The implementation of the pulse width estimator. virtual SNRatioEstimator * snratio() const =0 The implementation of the signal-to-noise ratio calculation. virtual ProfileWeightFunction * baseline() const =0 The implementation of the baseline finding algorithm. Algorithms that estimate the signal-to-noise ratio of pulse profiles. Definition SNRatioEstimator.h:23 Algorithms that estimate the width of the pulse profile. Definition WidthEstimator.h:27 Generated using doxygen 1.14.0
|