GPLIB++
|
#include <iostream>
#include <iomanip>
#include <vector>
#include "MTStationList.h"
#include "Util.h"
Go to the source code of this file.
Functions | |
void | Interpolate (const std::vector< double > &xvalues, const std::vector< double > &yvalues, const std::vector< double > &InterpX, std::vector< double > &InterpY) |
void | InterpolateError (const std::vector< double > &xvalues, const std::vector< double > &yvalues, const std::vector< double > &InterpX, std::vector< double > &InterpY) |
void | SetMissing (std::complex< double > &value, double &error) |
int | main (int argc, char *argv[]) |
void Interpolate | ( | const std::vector< double > & | xvalues, |
const std::vector< double > & | yvalues, | ||
const std::vector< double > & | InterpX, | ||
std::vector< double > & | InterpY | ||
) |
Definition at line 9 of file freqinter.cpp.
Referenced by main().
void InterpolateError | ( | const std::vector< double > & | xvalues, |
const std::vector< double > & | yvalues, | ||
const std::vector< double > & | InterpX, | ||
std::vector< double > & | InterpY | ||
) |
Definition at line 48 of file freqinter.cpp.
Referenced by main().
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 91 of file freqinter.cpp.
References gplib::MTStationList::at(), gplib::MTStationList::GetData(), gplib::MTStation::GetFrequencies(), gplib::MTStationList::GetList(), gplib::MTStation::GetMTData(), gplib::MTStation::GetName(), Interpolate(), InterpolateError(), gplib::MTStation::SetFrequencies(), SetMissing(), gplib::MTStation::SetMTData(), version, and gplib::MTStation::WriteAsMtt().
void SetMissing | ( | std::complex< double > & | value, |
double & | error | ||
) |
Definition at line 85 of file freqinter.cpp.
Referenced by main().