PSRCHIVE
| Ask a Question | Search PSRCHIVE: |
Home
|
Smooth.h static Smooth * factory(const std::string &name_and_options) Construct a new Smooth instance from a string. Definition Smooth.C:88 float get_bins() const Get the width of the smoothing window in phase bins. Definition Smooth.C:50 void set_width(const Phase::Value &w) Set the width of the smoothing function. Definition Smooth.h:44 void set_turns(float) Set the width of the smoothing window in turns. Definition Smooth.C:23 void set_bins(float) Set the width of the smoothing window in phase bins. Definition Smooth.C:39 virtual TextInterface::Parser * get_interface()=0 Return a text interface that can be used to configure this instance. float get_turns() const Get the width of the smoothing window in turns. Definition Smooth.C:33 Phase::Value get_width() const Get the width of the smoothing function. Definition Smooth.h:47 Reference::To< C, false > instance Generated using doxygen 1.14.0
|