9 string version =
"$Id: mtu2birrp.cpp 651 2006-10-10 14:46:53Z max $";
18 int main(
int argc,
char *argv[])
28 <<
"This is mtufdiff: Calculate first difference of Phoenix time series"
30 cout <<
" Usage: mtufdiff infilename " << endl;
32 <<
" Ending '.fdiff' will be automatically assigned to outfilename"
34 cout <<
" This is Version: " <<
version << endl << endl;
35 infilename = AskFilename(
" Mtu-Filename: ");
std::vector< double > & GetData()
Access for data vector, for ease of use and efficiency we return a reference.
TimeSeries & GetData()
return a reference to the actual object stored in the pointer
TimeSeriesComponent & GetEx()
TimeSeriesComponent & GetHy()
void WriteBack(std::string filename_base)
Write in the format it was originally read in.
TimeSeriesData stores a pointer to the different components of magnetotelluric data and provides func...
TimeSeriesComponent & GetEy()
TimeSeriesComponent & GetHx()
Access function for Hx, returns reference for efficiency.