PuMa2_Observation.h
1 //-*-C++-*-
2 /***************************************************************************
3  *
4  * Copyright (C) 2005 by Willem van Straten
5  * Licensed under the Academic Free License version 2.1
6  *
7  ***************************************************************************/
8 
9 // dspsr/Kernel/Formats/puma2/dsp/PuMa2_Observation.h
10 
11 #ifndef __PuMa2_Observation_h
12 #define __PuMa2_Observation_h
13 
14 #include "dsp/ASCIIObservation.h"
15 
16 namespace dsp {
17 
19 
24  class PuMa2_Observation : public ASCIIObservation {
25 
26  public:
27 
29  PuMa2_Observation (const char* header);
30 
31  };
32 
33 }
34 
35 #endif
Contains all Baseband Data Reduction Library classes.
Definition: ASCIIObservation.h:17
PuMa2_Observation(const char *header)
Construct from a PuMa2 ASCII header block.
Definition: PuMa2_Observation.C:13

Generated using doxygen 1.8.17