Ask a Question | Search PSRCHIVE: |
Home
|
LastSignificant.h 70 };
unsigned consecutive The number of consecutive bins that must remain above threshold. Definition: LastSignificant.h:70 void set_consecutive(unsigned consecutive) Set the number of consecutive bins that must remain above threshold. Definition: LastSignificant.C:34 float cutoff_sigma The cut-off threshold. Definition: LastSignificant.h:67 const float * get_amps() const Return a pointer to the amplitudes array. Definition: ProfileAmps.C:141 void find(const Profile *, double rms) Find the last significant bin. Definition: LastSignificant.C:58 void set_threshold(float sigma) Set the cut-off threshold as a multiple of the rms. Definition: LastSignificant.C:24 unsigned get_nbin() const Return the number of bins. Definition: ProfileAmps.h:50 unsigned last_significant The last significant bin. Definition: LastSignificant.h:73 void reset() Reset the last significant phase bin. Definition: LastSignificant.C:52 LastSignificant() Default constructor. Definition: LastSignificant.C:16 float get_threshold() const Get the cut-off threshold. Definition: LastSignificant.C:29 unsigned get_consecutive() const Get the number of consecutive bins. Definition: LastSignificant.C:40 unsigned get() const Get the last signficant bin. Definition: LastSignificant.C:46 Generated using doxygen 1.8.17
|