#include <TimeSeriesData.h>
Public Member Functions | |
| TimeSeries & | GetData () |
| return a reference to the actual object stored in the pointer | |
| void | GetData (std::string filename) |
| GetData reads in data from a file and determines the type from the ending. | |
| void | WriteAsMtu (std::string filename_base) |
| Write data to file in Phoenix MTU format. | |
| void | WriteAsBirrp (std::string filename_base) |
| Write data to file in ascii format for birrp processing. | |
| void | WriteAsCsv (std::string filename_base) |
| Write data as comma seperated ascii file. | |
| void | WriteAsLemi (std::string filename_base) |
| Write as file in Lemi compatible format. | |
| void | WriteBack (std::string filename_base) |
| Write in the format it was originally read in. | |
| TimeSeriesData () | |
| virtual | ~TimeSeriesData () |
| TimeSeriesData & | operator= (const TimeSeriesData &source) |
| The copy constructor. | |
This should be made consistent with the corresponding Seismic data at some point
Definition at line 18 of file TimeSeriesData.h.
| TimeSeriesData::TimeSeriesData | ( | ) |
Definition at line 12 of file TimeSeriesData.cpp.
| TimeSeriesData::~TimeSeriesData | ( | ) | [virtual] |
Definition at line 16 of file TimeSeriesData.cpp.
| void TimeSeriesData::GetData | ( | std::string | filename | ) |
| TimeSeries& TimeSeriesData::GetData | ( | ) | [inline] |
return a reference to the actual object stored in the pointer
Definition at line 29 of file TimeSeriesData.h.
Referenced by main().
| TimeSeriesData & TimeSeriesData::operator= | ( | const TimeSeriesData & | source | ) |
| void TimeSeriesData::WriteAsBirrp | ( | std::string | filename_base | ) |
Write data to file in ascii format for birrp processing.
Definition at line 97 of file TimeSeriesData.cpp.
References birrp, and BirrpAsciiFormat::WriteData().
Referenced by main(), and WriteBack().
| void TimeSeriesData::WriteAsCsv | ( | std::string | filename_base | ) |
Write data as comma seperated ascii file.
Definition at line 122 of file TimeSeriesData.cpp.
Referenced by WriteBack().
| void TimeSeriesData::WriteAsLemi | ( | std::string | filename_base | ) |
Write as file in Lemi compatible format.
Definition at line 110 of file TimeSeriesData.cpp.
References lemi, and LemiTsFormat::WriteData().
Referenced by WriteBack().
| void TimeSeriesData::WriteAsMtu | ( | std::string | filename_base | ) |
Write data to file in Phoenix MTU format.
Definition at line 71 of file TimeSeriesData.cpp.
References mtu.
Referenced by main(), and WriteBack().
| void TimeSeriesData::WriteBack | ( | std::string | filename_base | ) |
Write in the format it was originally read in.
Definition at line 127 of file TimeSeriesData.cpp.
References birrp, csv, lemi, mtu, WriteAsBirrp(), WriteAsCsv(), WriteAsLemi(), and WriteAsMtu().
Referenced by main().
1.5.8