Ask a Question | Search PSRCHIVE: |
Home
|
Public Member Functions |
Static Public Member Functions |
Protected Member Functions |
Protected Attributes |
List of all members
Pulsar::TimeFrequencySmooth Class Referenceabstract Smooth a statistic vs time freq. More...
Inheritance diagram for Pulsar::TimeFrequencySmooth:
Detailed DescriptionSmooth a statistic vs time freq. Base class for algorithms that smooth data vs time and frequency in order to normalize out for example bandpass shape as a first step in RFI removal. Member Function Documentation◆ smooth()
Smooth the data given in raw, output to smoothed. Dimensions of input arrays should be: raw = (nsub, nchan, npol) weight = (nsub, nchan) freqs = (nsub, nchan) times = (nsub,) Implemented in Pulsar::DoubleMedian, and Pulsar::TwoDeeMedian. The documentation for this class was generated from the following files:
Generated using doxygen 1.8.17
|