#include "../Global/VecMat.h"
Go to the source code of this file.
|
void | gplib::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. More...
|
|
void | gplib::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. More...
|
|