Ask a Question | Search PSRCHIVE: |
Home
|
BaselineWindow.h 102 };
Reference::To< Smooth > smooth The smoothing function. Definition: BaselineWindow.h:90 bool find_mean Set true when algorithm finds mean. Definition: BaselineWindow.h:96 Smooth * get_smooth() const Get the smoothing function. Definition: BaselineWindow.C:77 const float * get_amps() const Return a pointer to the amplitudes array. Definition: ProfileAmps.C:141 BaselineWindow() Default constructor. Definition: BaselineWindow.C:25 void set_find_minimum(bool f=true) Set to find the minimum mean. Definition: BaselineWindow.C:123 void set_amps(const T *data) set the amplitudes array equal to the contents of the data array Definition: ProfileAmps.h:89 Phase::Range search_range The first bin in the selected range. Definition: BaselineWindow.h:102 Phase::Range get_search_range() const Get the range to be search. Definition: BaselineWindow.C:174 void calculate(PhaseWeight *weight) Calculate the PhaseWeight. Definition: BaselineWindow.C:90 TextInterface::Parser * get_interface() Return a text interface that can be used to configure this instance. Definition: BaselineWindow.C:320 Finds the phase window in which the smoothed Profile is an extremum. Definition: BaselineWindow.h:28 void set_find_maximum(bool f=true) Set to find the maximum mean. Definition: BaselineWindow.C:135 bool range_specified Set true when range is specified. Definition: BaselineWindow.h:106 float find_phase(const std::vector< float > &s) Return the phase at which minimum or maximum mean is found. Definition: BaselineWindow.C:187 void set_find_mean(float mean) Set to find the mean closest to the specified value. Definition: BaselineWindow.C:145 void set_search_range(const Phase::Range &) Set the range to be searched. Definition: BaselineWindow.C:167 BaselineWindow * clone() const Return a copy constructed instance of self. Definition: BaselineWindow.C:54 Phase::Range get_found_range() const Get the range found during execution. Definition: BaselineWindow.C:180 void set_smooth(Smooth *) Set the smoothing function. Definition: BaselineWindow.C:60 void set_range(int bin_start, int bin_end) Set the start and end bins of the search. Definition: BaselineWindow.C:157 bool find_max Set true when algorithm finds max. Definition: BaselineWindow.h:93 Generated using doxygen 1.8.17
|