1 #ifndef _MTUFORMAT_INCLUDED_
2 #define _MTUFORMAT_INCLUDED_
40 void ReadRecord(std::ifstream &infile);
42 void WriteNum(
double number, std::ofstream &outfile);
44 int ByteToInt(
unsigned char first,
unsigned char second,
49 void UpDateHeader(
unsigned char *&header,
const int firstscan);
55 virtual void GetData(
const std::string filename);
57 virtual void WriteData(
const std::string filename);
This class is the base class for all classes dealing with MT time series.
TimeSeriesComponent is the base storage class for all types of time series data.