PuMaTwoBitCorrection.h
1 //-*-C++-*-
2 /***************************************************************************
3  *
4  * Copyright (C) 2003 by Willem van Straten
5  * Licensed under the Academic Free License version 2.1
6  *
7  ***************************************************************************/
8 
9 // dspsr/Kernel/Formats/puma/dsp/PuMaTwoBitCorrection.h
10 
11 #ifndef __PuMaTwoBitCorrection_h
12 #define __PuMaTwoBitCorrection_h
13 
14 #include "dsp/SubByteTwoBitCorrection.h"
15 
16 namespace dsp {
17 
19  class PuMaTwoBitCorrection: public SubByteTwoBitCorrection {
20 
21  public:
22 
25 
27  virtual bool matches (const Observation* observation);
28 
29  };
30 
31 }
32 
33 #endif
Contains all Baseband Data Reduction Library classes.
Definition: ASCIIObservation.h:17
virtual bool matches(const Observation *observation)
Return true if PuMaTwoBitCorrection can convert the Observation.
Definition: PuMaTwoBitCorrection.C:10
unsigned get_nbit() const
Return the number of bits per value.
Definition: Observation.h:95
Stores information about digital, band-limited, time-varying signals.
Definition: Observation.h:33
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
PuMaTwoBitCorrection()
Constructor initializes base class atributes.
Definition: PuMaTwoBitCorrection.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

Generated using doxygen 1.8.17