9 #ifndef READWRITEIMPEDANCES_H_
10 #define READWRITEIMPEDANCES_H_
12 #include "../Global/VecMat.h"
29 const std::vector<double> &Frequencies,
30 const std::vector<double> &StatXCoord,
31 const std::vector<double> &StatYCoord,
32 const std::vector<double> &StatZCoord,
const gplib::rvec &Impedances);
44 double> &Frequencies, std::vector<double> &StatXCoord, std::vector<
45 double> &StatYCoord, std::vector<double> &StatZCoord,
46 gplib::rvec &Impedances);
void ReadImpedancesFromNetCDF(const std::string &filename, std::vector< double > &Frequencies, std::vector< double > &StatXCoord, std::vector< double > &StatYCoord, std::vector< double > &StatZCoord, gplib::rvec &Impedances)
Read magnetotelluric impedances from a netcdf file.
void WriteImpedancesToNetCDF(const std::string &filename, const std::vector< double > &Frequencies, const std::vector< double > &StatXCoord, const std::vector< double > &StatYCoord, const std::vector< double > &StatZCoord, const gplib::rvec &Impedances)
Write magnetotelluric impedances to a netcdf file.