Ask a Question | Search PSRCHIVE: |
![]()
|
SpectralKurtosis.h Definition IntegrationExtension.h:25 Array of Profiles integrated over the same time interval. Definition Integration.h:37 Spectral Kurtosis Staticstics calculated during observation. Definition SpectralKurtosis.h:20 const SpectralKurtosis & operator=(const SpectralKurtosis &extension) Assignment operator. Definition SpectralKurtosis.C:29 float get_filtered_sum(unsigned ichan, unsigned ipol) const Get the filtered sum of the specified channel and polarization. Definition SpectralKurtosis.C:130 float get_unfiltered_sum(unsigned ichan, unsigned ipol) const Get the unfiltered sum of the specified channel and polarization. Definition SpectralKurtosis.C:167 uint64_t get_filtered_hits(unsigned ichan) const Get the filtered hits of the specified channel and polarization. Definition SpectralKurtosis.C:149 unsigned nsigma Threshold used to excise RFI in SK Detection. Definition SpectralKurtosis.h:137 std::vector< float > filtered_sum Average SK statistic for each channel, post f/t scrunch zapping. Definition SpectralKurtosis.h:140 void set_excision_threshold(unsigned nsigma) Set the excision threshold in terms of std deviations. Definition SpectralKurtosis.C:115 Reference::To< SpectralKurtosis::Loader > loader loads the SK data from file Definition SpectralKurtosis.h:125 void set_ipol_mean(unsigned ipol) Set the polarization for which means will be computed. Definition SpectralKurtosis.h:115 void resize(unsigned npol, unsigned nchan) Resize the extension. Definition SpectralKurtosis.C:229 float get_unfiltered_mean(unsigned ichan) const Get the unfiltered mean of the specified channel. Definition SpectralKurtosis.C:201 void get_data() const Load the integration data from file. Definition SpectralKurtosis.C:276 void update(const Integration *subint) Update information based on the provided Integration. Definition SpectralKurtosis.C:256 void integrate(const Integration *subint) Integrate information from another Integration. Definition SpectralKurtosis.C:239 ~SpectralKurtosis() Destructor. Definition SpectralKurtosis.C:95 void set_unfiltered_sum(unsigned ichan, unsigned ipol, float sum) Set the unfiltered sum of the specified channel and polarization. Definition SpectralKurtosis.C:178 unsigned get_nchan() const Get the number of channels. Definition SpectralKurtosis.h:82 void set_loader(SpectralKurtosis::Loader *) Set the loader used for this integration. Definition SpectralKurtosis.C:223 unsigned get_npol() const Get the number of polarizations. Definition SpectralKurtosis.h:77 SpectralKurtosis * clone() const Clone method. Definition SpectralKurtosis.h:37 unsigned get_M() const Get the base integration factor used in the SK statistic. Definition SpectralKurtosis.C:105 std::string get_short_name() const Short name. Definition SpectralKurtosis.h:57 void range_check(unsigned ichan, unsigned ipol, const char *method) const Ensure that ichan < nchan and ipol < npol. Definition SpectralKurtosis.C:214 const SpectralKurtosis & operator+=(const SpectralKurtosis &extension) Addition operator. Definition SpectralKurtosis.C:47 void set_nchan(unsigned n) Set the number of channels. Definition SpectralKurtosis.h:80 unsigned M Number of samples integrated into each atomic SK statistic. Definition SpectralKurtosis.h:134 uint64_t unfiltered_hits Hits on unfiltered SK statistic, same for each channel/pol. Definition SpectralKurtosis.h:149 SpectralKurtosis() Default constructor. Definition SpectralKurtosis.C:16 unsigned get_excision_threshold() const Get the excision threshold in terms of std deviations. Definition SpectralKurtosis.C:120 void set_filtered_hits(unsigned ichan, uint64_t hits) Set the filtered hits of the specified channel and polarization. Definition SpectralKurtosis.C:160 std::vector< float > unfiltered_sum Average SK statistic for each channel formed from block length SK estimates. Definition SpectralKurtosis.h:146 std::vector< uint64_t > filtered_hits Hits on filtered average for each channel. Definition SpectralKurtosis.h:143 void set_npol(unsigned n) Set the number of polarizations. Definition SpectralKurtosis.h:75 void set_M(unsigned _M) Set the base integration factor used to calculate the SK statistic. Definition SpectralKurtosis.C:100 void set_filtered_sum(unsigned ichan, unsigned ipol, float sum) Set the filtered sum of the specified channel and polarization. Definition SpectralKurtosis.C:141 TextInterface::Parser * get_interface() Return a text interfaces that can be used to access this instance. Definition SpectralKurtosis.C:295 Spectral Kurtosis Staticstics calculated during observation. Definition SpectralKurtosis.h:20 Generated using doxygen 1.14.0
|