GPS phase discontinuity correction. Given a SatPass object containing dual-frequency pseudorange and phase for an entire satellite pass, and a configuration object (as defined herein), detect discontinuities in the phase and, if possible, estimate their size. Output is in the form of Rinex editing commands (see class RinexEditor).
Definition in file DiscCorr.hpp.
#include "gnsstk_export.h"
#include "Epoch.hpp"
#include "Exception.hpp"
#include "RinexObsHeader.hpp"
#include "RinexSatID.hpp"
#include "SatPass.hpp"
#include <fstream>
#include <iostream>
#include <map>
#include <sstream>
#include <string>
#include <vector>
Go to the source code of this file.
Classes | |
class | gnsstk::GDCconfiguration |
class | gnsstk::GDCreturn |
Namespaces | |
gnsstk | |
For Sinex::InputHistory. | |
Functions | |
int | gnsstk::DiscontinuityCorrector (SatPass &SP, GDCconfiguration &config, std::vector< std::string > &EditCmds, std::string &retMsg, int GLOn=-99) |