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 "DayTime.hpp"
#include "GSatID.hpp"
#include "RinexObsHeader.hpp"
#include "SatPass.hpp"
#include "Exception.hpp"
#include <iostream>
#include <fstream>
#include <sstream>
#include <string>
#include <vector>
#include <map>
Include dependency graph for DiscCorr.hpp:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Namespaces | |
| namespace | gpstk |
Classes | |
| class | GDCconfiguration |
| class GDCconfiguration encapsulates the configuration for input to the GPSTK Discontinuity Corrector. More... | |
| class | GDCreturn |
| class GDCreturn encapsulates the information in the 'message' returned by the GPSTK Discontinuity Corrector. More... | |
Functions | |
| int | DiscontinuityCorrector (SatPass &SP, GDCconfiguration &config, std::vector< std::string > &EditCmds, std::string &retMsg) throw (Exception) |
| GPSTK Discontinuity Corrector. | |
1.3.9.1