Ask a Question | Search DSPSR: |
Home
|
FITSDigitizer.h void set_upper_sideband_output(bool usb) Set the channel ordering of the output. Definition: FITSDigitizer.h:54 void set_rescale_nblock(unsigned nsamp) Set the number of blocks to remember when computing scales. Definition: FITSDigitizer.C:110 void set_rescale_samples(unsigned nsamp) Set the number of samples to rescale before digitization. Definition: FITSDigitizer.C:102 void set_rescale_constant(bool rconst) If true, leave scales/offsets constant after first measurement. Definition: FITSDigitizer.C:121 void rescale_pack() rescale input based on mean / variance Definition: FITSDigitizer.C:489 FITSDigitizer(unsigned _nbit) Default constructor. Definition: FITSDigitizer.C:49 const ScalarMath sqrt(const ScalarMath &x) virtual void set_scratch(Scratch *) Set the scratch space. Definition: Operation.C:137 Stores information about digital, band-limited, time-varying signals. Definition: Observation.h:33 bool rescale_constant Keep scaling/offset constant after first estimate. Definition: FITSDigitizer.h:92 unsigned rescale_nsamp keep track of first time through scale-measuring procedure Definition: FITSDigitizer.h:86 Arrays of consecutive samples for each polarization and frequency channel. Definition: TimeSeries.h:29 double * freq_totalsq arrays for accumulating and storing scales Definition: FITSDigitizer.h:98 A container for storing digitized (generally not floating point) data Definition: BitSeries.h:35 void set_nbit(unsigned) Set the number of bits per sample. Definition: FITSDigitizer.C:84 uint64_t get_minimum_samples() Return minimum samples. Definition: FITSDigitizer.h:63 @ OrderFPT Frequency, Polarization, Time (default before 3 October 2008) Definition: TimeSeries.h:47 @ OrderTFP Time, Frequency, Polarization (better for many things) Definition: TimeSeries.h:50 Generated using doxygen 1.8.17
|