Ask a Question | Search DSPSR: |
Home
|
Mark5TwoBitCorrection.h void excision_unpack(U &unpack, Iterator &input, float *output_data, uint64_t ndat, unsigned long *hist, unsigned *weights, unsigned nweights) Template method can be used to implement pure virtual dig_unpack. unsigned get_ndig_per_byte() const Definition: Mark5TwoBitCorrection.C:40 unsigned get_output_ichan(unsigned idig) const Definition: Mark5TwoBitCorrection.C:70 Mark5TwoBitCorrection() Constructor initializes base class atributes. Definition: Mark5TwoBitCorrection.C:30 virtual void set_ndig(unsigned ndig) Set the number of digitizers (histograms) Definition: HistUnpacker.C:64 unsigned get_input_incr() const Definition: Mark5TwoBitCorrection.C:82 unsigned get_nbit() const Return the number of bits per value. Definition: Observation.h:95 static bool can_do(const Observation *observation) Return true if Mark5TwoBitCorrection can convert the Observation. Definition: Mark5TwoBitCorrection.C:21 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 Unpack one or two 2-bit samples per byte from an array of bytes. Definition: TwoBit1or2.h:102 unsigned get_input_offset(unsigned idig) const Definition: Mark5TwoBitCorrection.C:76 Reference::To< TwoBitTable > table Two-bit conversion table generator. Definition: TwoBitCorrection.h:96 Look-up table for converting 2-bit digitized to floating point numbers. Definition: TwoBitTable.h:25 void dig_unpack(const unsigned char *input_data, float *output_data, uint64_t ndat, unsigned long *hist, unsigned *weights=0, unsigned nweights=0) Over-ride the SubByteTwoBitCorrection unpacking algorithm. Definition: Mark5TwoBitCorrection.C:122 virtual bool matches(const Observation *observation) Return true if Mark5TwoBitCorrection can convert the Observation. Definition: Mark5TwoBitCorrection.C:16 std::string get_machine() const Return the instrument used to record signal. Definition: Observation.h:194 Converts BitSeries data from two-bit digitized to floating-point values. Definition: SubByteTwoBitCorrection.h:29 unsigned get_output_ipol(unsigned idig) const Definition: Mark5TwoBitCorrection.C:55 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
|