GPLIB++
|
#include <iostream>
#include <string>
#include <vector>
#include "TimeSeriesData.h"
#include "Util.h"
#include "convert.h"
Go to the source code of this file.
Functions | |
int | main (int argc, char *argv[]) |
Variables | |
string | version = "$Id: magmean.cpp 1816 2009-09-07 11:28:35Z mmoorkamp $" |
This program calculates the mean magnetic time series for several MT sites. The user has to input the number of sites and the filename for each site. The program then writes a file 'magmean.out' in birrp ascii format that contains the average Hx,Hy and Hz for the input sites.
Definition in file magmean.cpp.