APSRTwoBitCorrection.h
1 //-*-C++-*-
2 /***************************************************************************
3  *
4  * Copyright (C) 2008 by Willem van Straten
5  * Licensed under the Academic Free License version 2.1
6  *
7  ***************************************************************************/
8 
9 // dspsr/Kernel/Formats/apsr/dsp/APSRTwoBitCorrection.h
10 
11 #ifndef __APSRTwoBitCorrection_h
12 #define __APSRTwoBitCorrection_h
13 
14 #include "dsp/APSRUnpacker.h"
15 #include "dsp/TwoBitCorrection.h"
16 
17 namespace dsp
18 {
20  class APSRTwoBitCorrection: public APSRUnpacker<TwoBitCorrection,2>
21  {
22  public:
25  };
26 }
27 
28 #endif
29 
Contains all Baseband Data Reduction Library classes.
Definition: ASCIIObservation.h:17
APSRTwoBitCorrection()
Constructor initializes two bit table.
Definition: APSRTwoBitCorrection.C:10
Converts BitSeries data from two-bit digitized to floating-point values.
Definition: TwoBitCorrection.h:39
Look-up table for converting 2-bit digitized to floating point numbers.
Definition: TwoBitTable.h:25

Generated using doxygen 1.8.17