Ask a Question | Search PSRCHIVE: |
Home
|
TwoBitStats.h 99 }
float cutoff_sigma Cut off power used for impulsive interference excision. Definition: TwoBitStats.h:99 void set_mean_Phi(double mean_Phi) void range_check(unsigned idig, const char *method) const Throw an exception if idig out of range. Definition: TwoBitStats.C:117 unsigned nsample Number of samples used to estimate undigitized power. Definition: TwoBitStats.h:93 void set_cutoff_sigma(float cutoff_sigma) Set the cut off power used for impulsive interference excision. Definition: TwoBitStats.C:68 float get_threshold() const Get the sampling threshold as a fraction of the noise power. Definition: TwoBitStats.h:64 const TwoBitStats & operator=(const TwoBitStats &extension) Operator =. Definition: TwoBitStats.C:36 double get_distortion(unsigned idig) const Get the difference between the measured and theoretical distributions. Definition: TwoBitStats.C:129 void resize(unsigned nsample, unsigned ndig) Set the number of samples per estimate and number of digitizers. Definition: TwoBitStats.C:74 unsigned get_ndig() const Get the number of digitizers. Definition: TwoBitStats.C:56 double get_mean_Phi(unsigned idig) const Get the mean fraction of low voltage states. Definition: TwoBitStats.C:123 const std::vector< float > & get_histogram(unsigned idig) const Get the specified histogram. Definition: TwoBitStats.C:98 unsigned get_nsample() const Get the number of time samples used to estimate undigitized power. Definition: TwoBitStats.C:50 void set_threshold(float threshold) Set the sampling threshold as a fraction of the noise power. Definition: TwoBitStats.C:62 std::vector< std::vector< float > > histogram Low-voltage state count histograms. Definition: TwoBitStats.h:102 Definition: ArchiveExtension.h:28 void set_histogram(const std::vector< float > &, unsigned idig) Set the specified histogram. Definition: TwoBitStats.C:105 float get_cutoff_sigma() const Get the cut off power for impulsive interference excision. Definition: TwoBitStats.h:70 float threshold Sampling threshold as a fraction of the noise power. Definition: TwoBitStats.h:96 void get_prob_Phi(unsigned L, std::vector< float > &prob_Phi) static double get_optimal_spacing(unsigned bits) Generated using doxygen 1.8.17
|