9 string version =
"$Id: printrhostar.cpp 1845 2010-04-12 11:55:22Z mmoorkamp $";
21 cout << setw(10) << 1. / Elem.
GetFrequency() <<
" Zxy*: ";
22 cout << setw(10) << Elem.
GetZxyStar() <<
" Zyx*: ";
23 cout << setw(10) << Elem.
GetZyxStar() <<
" Rhoxy*: ";
28 int main(
int argc,
char *argv[])
33 <<
" This is printrhostar: Print Schmucker's rho* z* for a single site"
35 cout <<
" Reads in a single station file and prints values to screen"
38 <<
" Usage: printrhostar filename or just printrhostar for interactive mode"
40 cout <<
" This is Version: " <<
version << endl << endl;
47 infilename = AskFilename(
"Input filename: ");
double GetRhoyxStar() const
double GetZxyStar() const
virtual void GetData(const std::string filename)
read in data from file, determines format by ending
double GetFrequency() const
Get the frequency for the impedance.
double GetRhoxyStar() const
The class MTStation is used to store the transfer functions and related information for a MT-site...
double GetZyxStar() const
void PrintRhosZs(const MTTensor &Elem)
Stores MT-Tensor components at a single frequency, calculates derived quantities. ...
const std::vector< MTTensor > & GetMTData() const
Get the full vector of Tensor elements read only.