Ask a Question | Search DSPSR: |
Home
|
RFIFilter.h uint64_t maximum_block_size The maximum block size. Definition: RFIFilter.h:91 unsigned median_window The size of the window used in median smoothing. Definition: RFIFilter.h:103 Produces TimeSeries data by integrating an Input with an Unpacker. Definition: IOManager.h:26 float * get_datptr(unsigned ichan, unsigned ipol) Provide access to the data for the specified polarization. Definition: Shape.h:91 void set_buffer(TimeSeries *buffer) Set the buffer into which raw data will be read [optional]. Definition: RFIFilter.C:262 Reference::To< Response > data The buffer into which the bandpass will be integrated. Definition: RFIFilter.h:88 void set_source(Source *) Set the source of the data. Definition: RFIFilter.C:256 void set_update_interval(double seconds) Set the interval over which the RFI mask will be calculated. Definition: RFIFilter.C:244 double interval The interval over which the RFI mask will be calculated. Definition: RFIFilter.h:97 Container of weighted time-major order floating point data. Definition: WeightedTimeSeries.h:26 Produces TimeSeries data by integrating a ParallelInput with a ParallelUnpacker. Definition: ParallelIOManager.h:26 Stores information about digital, band-limited, time-varying signals. Definition: Observation.h:33 Arrays of consecutive samples for each polarization and frequency channel. Definition: TimeSeries.h:29 unsigned get_ndat() const Get the number of datum in each of the nchan*npol divisions. Definition: Shape.h:58 void set_bandpass(Bandpass *bandpass) Set the tool used to compute the spectra [optional]. Definition: RFIFilter.C:274 float duty_cycle The fraction of the data used to calculate the RFI mask. Definition: RFIFilter.h:100 unsigned get_nchan() const Get the number of frequency channels. Definition: Shape.h:55 Reference::To< TimeSeries > buffer The buffer into which data will be read. Definition: RFIFilter.h:82 unsigned nchan_bandpass The number of frequency channels used in calculating the bandpass. Definition: RFIFilter.h:94 void set_nchan(unsigned nchan) Set the number of channels into which the band will be divided. Definition: RFIFilter.C:238 void match(const Observation *, unsigned nchan) Create an RFI filter for the specified observation. Definition: RFIFilter.C:107 Reference::To< Bandpass > bandpass The tool for computing the bandpass. Definition: RFIFilter.h:85 MJD get_start_time() const Return the start time of the leading edge of the first time sample. Definition: Observation.h:152 void set_data(Response *data) Set the buffer into which the spectra will be integrated [optional]. Definition: RFIFilter.C:268 Source virtual void seek(int64_t offset) Offset the base pointer by offset time samples. Definition: TimeSeries.C:234 void set_duty_cycle(float cycle) Set the fraction of the data used to calculate the RFI mask. Definition: RFIFilter.C:250 Generated using doxygen 1.8.17
|