GPLIB++
|
Files | |
file | sumobjective.cpp |
file | plotlayer.cpp |
file | writevtk.cpp |
file | plotmtt.cpp |
file | printmu.cpp |
file | printrhostar.cpp |
file | ptavg.cpp |
file | swapphase.cpp |
file | zavg.cpp |
file | mtt2ptensor.cpp |
file | ptfreq.cpp |
file | simple_processing.cpp |
file | generatemtts.cpp |
file | magmean.cpp |
file | mtu2birrp.cpp |
file | mtubandpass.cpp |
file | mtucut.cpp |
file | mtufdiff.cpp |
file | mtugood.cpp |
file | mtumerge.cpp |
file | mtupspec.cpp |
file | mtura.cpp |
file | mtutimefrequency.cpp |
file | rotts.cpp |
file | syncts.cpp |
Functions | |
int | main (int argc, char *argv[]) |
int | main (void) |
void | WriteToFile (string filename, boost::function< double(const MTTensor *)> datafunc, boost::function< double(const MTTensor *)> errfunc, const MTStation &Data) |
void | WriteParameterToFile (const MTStation &Data, const string &filename, boost::function< double(const MTTensor *)> f) |
This helper function calculates the errors for a single parameter and writes the values to a file in ascii format. More... | |
void | PrintRhosZs (const MTTensor &Elem) |
template<typename T > | |
void | PrintComponent (const std::string &compname, boost::function< const T(const MTTensor *)> f, MTStationList &StationList, int ntestcases=0, double errorfloor=0.02) |
This helper function prints out a single phase tensor component together with error information to a file. More... | |
void | WriteInfoAndAsk (string &infilename, string &outfilename) |
void | CalcPSpecAndWrite (ttsdata Data, const double samplerate, const int seglength, const string name) |
Calculate the power spectrum and write it to an ascii file. More... | |
void | CalcTfAndWrite (ttsdata Data, const double samplerate, const int seglength, const int timeavg, const string name) |
Variables | |
string | version = "$Id: ptfreq.cpp 1851 2010-05-18 13:48:45Z mmoorkamp $" |
string | version |
string | version |
string | version = "$Id: magmean.cpp 1816 2009-09-07 11:28:35Z mmoorkamp $" |
string | version = "$Id: mtucut.cpp 1889 2016-05-25 13:16:12Z mmoorkamp $" |
void CalcPSpecAndWrite | ( | ttsdata | Data, |
const double | samplerate, | ||
const int | seglength, | ||
const string | name | ||
) |
Calculate the power spectrum and write it to an ascii file.
Definition at line 24 of file mtupspec.cpp.
References gplib::StackedSpectrum().
void CalcTfAndWrite | ( | ttsdata | Data, |
const double | samplerate, | ||
const int | seglength, | ||
const int | timeavg, | ||
const string | name | ||
) |
Definition at line 26 of file mtutimefrequency.cpp.
References gplib::TimeFrequency().
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 20 of file sumobjective.cpp.
References version.
int main | ( | void | ) |
Definition at line 24 of file plotlayer.cpp.
References gplib::ThreeDMTModel::GetModel(), gplib::ThreeDMTModel::GetResistivities(), gplib::ThreeDMTModel::GetXSizes(), gplib::ThreeDMTModel::GetYSizes(), gplib::ThreeDMTModel::GetZSizes(), gplib::ThreeDMTModel::ReadMackie(), gplib::ThreeDMTModel::ReadWinGLink(), and version.
|
inline |
This helper function prints out a single phase tensor component together with error information to a file.
Definition at line 33 of file ptfreq.cpp.
References gplib::MTStationList::at(), gplib::MTStation::at(), f(), gplib::MTTensor::GetdZxx(), gplib::MTTensor::GetdZxy(), gplib::MTTensor::GetdZyx(), gplib::MTTensor::GetdZyy(), gplib::MTStationList::GetList(), gplib::MTStation::GetMTData(), gplib::MTStation::GetName(), gplib::MTTensor::GetZxx(), gplib::MTTensor::GetZxy(), gplib::MTTensor::GetZyx(), gplib::MTTensor::GetZyy(), and gplib::MTStation::SetMTData().
void PrintRhosZs | ( | const MTTensor & | Elem | ) |
Definition at line 19 of file printrhostar.cpp.
References gplib::MTTensor::GetFrequency(), gplib::MTTensor::GetRhoxyStar(), gplib::MTTensor::GetRhoyxStar(), gplib::MTTensor::GetZxyStar(), and gplib::MTTensor::GetZyxStar().
void WriteInfoAndAsk | ( | string & | infilename, |
string & | outfilename | ||
) |
Definition at line 20 of file mtu2birrp.cpp.
References version.
void WriteParameterToFile | ( | const MTStation & | Data, |
const string & | filename, | ||
boost::function< double(const MTTensor *)> | f | ||
) |
This helper function calculates the errors for a single parameter and writes the values to a file in ascii format.
Definition at line 20 of file printmu.cpp.
References f(), and gplib::MTStation::GetMTData().
void WriteToFile | ( | string | filename, |
boost::function< double(const MTTensor *)> | datafunc, | ||
boost::function< double(const MTTensor *)> | errfunc, | ||
const MTStation & | Data | ||
) |
Definition at line 22 of file plotmtt.cpp.
References gplib::MTStation::at(), gplib::MTTensor::GetFrequency(), and gplib::MTStation::GetMTData().
string version = "$Id: mtucut.cpp 1889 2016-05-25 13:16:12Z mmoorkamp $" |
Definition at line 18 of file mtucut.cpp.
string version = "$Id: magmean.cpp 1816 2009-09-07 11:28:35Z mmoorkamp $" |
Definition at line 19 of file magmean.cpp.
string version |
Definition at line 26 of file generatemtts.cpp.
string version = "$Id: ptfreq.cpp 1851 2010-05-18 13:48:45Z mmoorkamp $" |
Definition at line 29 of file ptfreq.cpp.
string version |
Definition at line 29 of file simple_processing.cpp.