1 #ifndef PTENSORMTSTATION_H_
2 #define PTENSORMTSTATION_H_
17 std::vector<PTensorMTData> Tensor;
36 void GetData(
const std::string &filename);
37 void WriteData(
const std::string &filename);
This class is for the special case where we only have phase tensor data and errors, but not the full impedance.
virtual ~PTensorMTStation()
std::vector< PTensorMTData > & GetTensor()
const PTensorMTData & at(const unsigned int i) const
const trealdata GetFrequencies() const
void WriteData(const std::string &filename)
The class MTStation is used to store the transfer functions and related information for a MT-site...
void GetData(const std::string &filename)
const std::vector< PTensorMTData > & GetTensor() const
PTensorMTStation & operator=(const MTStation &MTData)
copies the phase tensor elements calculated from the impedance in MTData, but without errors ...
PTensorMTData & at(const unsigned int i)