Ask a Question | Search PSRCHIVE: |
![]()
|
TwoBitStats.h Definition ArchiveExtension.h:24 std::vector< std::vector< float > > histogram Low-voltage state count histograms. Definition TwoBitStats.h:92 void set_histogram(const std::vector< float > &, unsigned idig) Set the specified histogram. Definition TwoBitStats.C:105 unsigned nsample Number of samples used to estimate undigitized power. Definition TwoBitStats.h:83 float threshold Sampling threshold as a fraction of the noise power. Definition TwoBitStats.h:86 float cutoff_sigma Cut off power used for impulsive interference excision. Definition TwoBitStats.h:89 float get_threshold() const Get the sampling threshold as a fraction of the noise power. Definition TwoBitStats.h:54 double get_distortion(unsigned idig) const Get the difference between the measured and theoretical distributions. Definition TwoBitStats.C:129 void set_threshold(float threshold) Set the sampling threshold as a fraction of the noise power. Definition TwoBitStats.C:62 unsigned get_ndig() const Get the number of digitizers. Definition TwoBitStats.C:56 unsigned get_nsample() const Get the number of time samples used to estimate undigitized power. Definition TwoBitStats.C:50 void range_check(unsigned idig, const char *method) const Throw an exception if idig out of range. Definition TwoBitStats.C:117 double get_mean_Phi(unsigned idig) const Get the mean fraction of low voltage states. Definition TwoBitStats.C:123 const TwoBitStats & operator=(const TwoBitStats &extension) Operator =. Definition TwoBitStats.C:36 const std::vector< float > & get_histogram(unsigned idig) const Get the specified histogram. Definition TwoBitStats.C:98 float get_cutoff_sigma() const Get the cut off power for impulsive interference excision. Definition TwoBitStats.h:60 void set_cutoff_sigma(float cutoff_sigma) Set the cut off power used for impulsive interference excision. Definition TwoBitStats.C:68 void resize(unsigned nsample, unsigned ndig) Set the number of samples per estimate and number of digitizers. Definition TwoBitStats.C:74 Generated using doxygen 1.14.0
|