GPLIB++
LemiTsFormat.h
Go to the documentation of this file.
1 #ifndef _CLEMITSFORMAT_H_
2 #define _CLEMITSFORMAT_H_
3 
4 #include "TimeSeries.h"
5 
6 namespace gplib
7  {
8  class MtuFormat;
9  class BirrpAsciiFormat;
10 
11  /** \addtogroup mttools MT data analysis, processing and inversion */
12  /* @{ */
13 
14  //! Read and write ascii files produced by the LEMI instruments
15  class LemiTsFormat: public TimeSeries
16  {
17  public:
18  LemiTsFormat();
19  virtual ~LemiTsFormat();
20  virtual void GetData();
21  virtual void GetData(const std::string filename);
22  virtual void WriteData(const std::string filename);
27  };
28  /* @} */
29  }
30 #endif /*_CLEMITSFORMAT_H_*/
LemiTsFormat & operator=(BirrpAsciiFormat &source)
This class is the base class for all classes dealing with MT time series.
Definition: TimeSeries.h:14
Read and write ascii files produced by the LEMI instruments.
Definition: LemiTsFormat.h:15
BirrpAsciiFormat reads and stores MT data in the ascii format used by the birrp processing software...
virtual void GetData()
Read and write phoenix mtu binary files.
Definition: MtuFormat.h:13
virtual void WriteData(const std::string filename)