Various utilities using SatPass
Definition in file SatPassUtilities.cpp.
#include <algorithm>#include "Stats.hpp"#include "logstream.hpp"#include "stl_helpers.hpp"#include "Rinex3ObsData.hpp"#include "Rinex3ObsStream.hpp"#include "RinexObsStream.hpp"#include "SatPassUtilities.hpp"
Go to the source code of this file.
Namespaces | |
| gnsstk | |
| For Sinex::InputHistory. | |
Functions | |
| void | gnsstk::dump (vector< SatPass > &SatPassList, ostream &os, bool rev, bool dbug) |
| int | gnsstk::findMilliseconds (vector< SatPass > &SPList, msecHandler &msh) |
| void | gnsstk::removeMilliseconds (vector< SatPass > &SPList, msecHandler &msh) |
| int | gnsstk::SatPassFromRinexFiles (vector< string > &filenames, vector< string > &obstypes, double dtin, vector< SatPass > &SPList, vector< RinexSatID > exSats, bool lenient, Epoch beginTime, Epoch endTime) |
| int | gnsstk::SatPassToRinex2File (const string &filename, RinexObsHeader &header, vector< SatPass > &SPList) |
| int | gnsstk::SatPassToRinex3File (const string &filename, const Rinex3ObsHeader &headerIn, const map< char, vector< string >> &sysobs, vector< SatPass > &SPList) |