GPLIB++
|
#include <string>
#include <fstream>
#include <iostream>
#include <vector>
#include <iomanip>
#include "MTStationList.h"
#include "FatalException.h"
#include "Adaptors.h"
#include "Jacknife.h"
#include "MTSampleGenerator.h"
#include <sstream>
#include <boost/function.hpp>
#include <boost/bind.hpp>
#include <boost/program_options.hpp>
#include <iterator>
#include <boost/progress.hpp>
Go to the source code of this file.
Functions | |
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... | |
int | main (int argc, char *argv[]) |
Variables | |
string | version = "$Id: ptfreq.cpp 1851 2010-05-18 13:48:45Z mmoorkamp $" |
Calculate phase tensor components and errors from MT impedance data
Definition in file ptfreq.cpp.