Ask a Question | Search DSPSR: |
Home
|
LoadToQuantize.h 112 };
std::string channel_range Output channel range (inclusive) to select with format first:last. Definition: LoadToQuantize.h:112 LoadToQuantize(Sink< BitSeries > *sink, Config *config=0) Default constructor with optional configuration parameters. Definition: LoadToQuantize.C:15 void set_number_of_channels_to_keep(unsigned nchan) set the number_of_channels_to_keep Definition: ChanPolSelect.C:34 void set_input(const In *input) Set the container from which input data will be read. Definition: Transformation.h:258 unsigned get_ndim() const Return the dimension of each datum. Definition: Observation.h:80 void add_options(CommandLine::Menu &) override Add command line options. Definition: LoadToQuantize.C:108 Rescale all channels and polaristions indepdenently to a zero mean and unit variance. Definition: Rescale.h:29 void set_nbit(int) override Get the number of bits per sample (FITS BITPIX convention) Definition: GenericVoltageDigitizer.C:17 void set_start_channel_index(unsigned channel_index) set the start_channel_index Definition: ChanPolSelect.C:22 void construct() override Create the pipeline. Definition: LoadToQuantize.C:32 unsigned get_npol() const Return the number of polarizations. Definition: Observation.h:90 Stores information about digital, band-limited, time-varying signals. Definition: Observation.h:33 void set_number_of_polarizations_to_keep(unsigned npol) set the number_of_polarizations_to_keep Definition: ChanPolSelect.C:58 void set_start_polarization_index(unsigned polarization_index) set the start_polarization_index Definition: ChanPolSelect.C:46 A container for storing digitized (generally not floating point) data Definition: BitSeries.h:35 virtual void add(Item *) std::pair< uint32_t, uint32_t > parse_range(const std::string &range, uint32_t max_range) parse a command line string of form a:b into a pair of integers Definition: LoadToQuantize.C:127 void set_configuration(Config *) Set the configuration parameters. Definition: LoadToQuantize.C:26 void set_output(Out *output) Set the container into which output data will be written. Definition: Transformation.h:275 friend class LoadToQuantizeN If we decide to implement a multi-threaded pipeline ... Definition: LoadToQuantize.h:61 Digitizer that converts FTP or TFP ordered TimeSeries to TFP-ordered, Twos Complement BitSeries. Definition: GenericVoltageDigitizer.h:24 unsigned output_nbit Number of bits per sample in output. Definition: LoadToQuantize.h:109 std::string pol_range Output polarisation range (inclusive) to select with format first:last. Definition: LoadToQuantize.h:115 void prepare() override Prepare before run. Definition: LoadToQuantize.C:162 ChanPolSelect Transformation that selects the specified, contiguous channels and polarisations from t... Definition: ChanPolSelect.h:29 unsigned get_nchan() const Return the number of channels into which the band is divided. Definition: Observation.h:85 Generated using doxygen 1.8.17
|