GPS solution algorithms and Tropospheric


Detailed Description

models


Classes

class  BasicModel
 This is a class to compute the basic parts of a GNSS model, i.e.: Geometric distance, relativity correction, satellite position at transmission time, satellite elevation and azimuth, etc. More...
class  CodeKalmanSolver
 This class computes the code-based solution using a simple Kalman solver. More...
class  ComputeTropModel
 This is a class to compute the main values related to a given GNSS tropospheric model. More...
class  DeltaOp
 This class applies the Delta operator (differences on ground-related data) to GNSS data structures. More...
class  EclipsedSatFilter
 This class filters out satellites that are eclipsed by Earth shadow. More...
class  GravitationalDelay
 This class computes the delay in the signal due to changes in the gravity field. More...
class  IonexModel
 This is a class to compute the main values related to a given GNSS IONEX model, i.e., TEC value, ionospheric mapping function and slant ionospheric delay. More...
class  LICSDetector
 This is a class to detect cycle slips using LI observables. More...
class  LICSDetector2
 This is a class to detect cycle slips using LI observables and a 2nd order fitting curve. More...
class  ModeledPR
 This class compute modeled pseudoranges from satellites to a mobile receiver. More...
class  ModeledReferencePR
 This class compute modeled pseudoranges from satellites to a reference station. More...
class  ModelObs
 This class compute modeled (corrected) observations from satellites to a mobile receiver using GNSS data structures (GDS). More...
class  ModelObsFixedStation
 This class computes modeled (corrected) observations from a reference station (whose position is known), using GNSS data structures (GDS). More...
class  MWCSDetector
 This is a class to detect cycle slips using MW observables. More...
class  NablaOp
 This class applies the Nabla operator (differences on satellite-related data) to GNSS data structures. More...
class  OneFreqCSDetector
 This is a class to detect cycle slips using observables in just one frequency. More...
class  PhaseCodeAlignment
 This class aligns phase with code measurements. More...
class  ProcessingClass
 This is an abstract base class for objects processing GNSS Data Structures (GDS). More...
class  ProcessingList
 This is a class to store ProcessingClass objects in a list. More...
class  ProcessingVector
 This is a class to store ProcessingClass objects in a vector. More...
class  SatArcMarker
 This class keeps track of satellite arcs caused by cycle slips. More...
class  SolverPPP
 This class computes the Precise Point Positioning (PPP) solution using a Kalman solver that combines ionosphere-free code and phase measurements. More...
class  SolverPPPFB
 This class computes the Precise Point Positioning (PPP) solution using a Kalman solver that combines ionosphere-free code and phase measurements. More...
class  SolverWMS
 This class computes the Weighted Least Mean Squares Solution of a given equations set. More...
class  XYZ2NED
 This class changes the reference base from an Earth-Centered, Earth-Fixed (ECEF) system to a North-East-Down (NED) topocentric system, centered at the provided reference location. More...
class  XYZ2NEU
 This class changes the reference base from an Earth-Centered, Earth-Fixed (ECEF) system to a North-East-Up (NEU) topocentric system, centered at the provided reference location. More...
class  Bancroft
 This class defines an algebraic algorithm to get an initial guess of GPS receiver's position given satellites' positions and pseudoranges. More...
class  DOP
 This class encapsulates the computation of DOP, given the Covariance matrix of an equation system. More...
class  IonoModel
 Model of the ionosphere. More...
class  IonoModelStore
 This class defines an interface to hide how we determine the ionospheric delay as determined from GPS navigation message based models at some point in time. More...
class  ModeledPseudorangeBase
 This abstract class deals with modeled pseudoranges. More...
class  MOPSWeight
 Class to assign weights to satellites based on the Appendix J of MOPS C. More...
class  OceanLoading
 This class computes the effect of ocean tides at a given position and epoch. More...
class  PoleTides
 This class computes the effect of pole tides, or more properly called "rotational deformations due to polar motion", at a given position and epoch. More...
class  PRSolution
 This class defines an interface to routines which compute a position and time solution from pseudorange data, with a data editing algorithm based on Receiver Autonomous Integrity Monitoring (RAIM) concepts. More...
class  SimpleIURAWeight
 Class to assign weights to satellites based on their URA Index (IURA). More...
class  SimpleKalmanFilter
 This class computes the solution using a Kalman filter. More...
class  SolidTides
 This class computes the effect of solid Earth tides at a given position and epoch. More...
class  TropModel
 Abstract base class for tropospheric models. More...
class  ZeroTropModel
 The 'zero' trop model, meaning it always returns zero. More...
class  SimpleTropModel
 A simple Black model of the troposphere. temp is in Kelvin. More...
class  GGTropModel
 Tropospheric model based on Goad and Goodman(1974), "A Modified Hopfield Tropospheric Refraction Correction Model," Paper presented at the Fall Annual Meeting of the American Geophysical Union, San Francisco, December 1974, as presented in Leick, "GPS Satellite Surveying," Wiley, NY, 1990, Chapter 9 (note particularly Table 9.1). More...
class  GGHeightTropModel
 Tropospheric model with heights based on Goad and Goodman(1974), "A Modified Hopfield Tropospheric Refraction Correction Model," Paper presented at the Fall Annual Meeting of the American Geophysical Union, San Francisco, December 1974. More...
class  NBTropModel
 Tropospheric model developed by University of New Brunswick and described in "A Tropospheric Delay Model for the User of the Wide Area Augmentation System," J. More...
class  SaasTropModel
 Saastamoinen tropospheric model based on Saastamoinen, J., 'Atmospheric Correction for the Troposphere and Stratosphere in Radio Ranging of Satellites,' Geophysical Monograph 15, American Geophysical Union, 1972, and Ch 9 of McCarthy, D and Petit, G, IERS Conventions (2003), IERS Technical Note 32, IERS, 2004. More...
class  GCATTropModel
 Tropospheric model implemented in "GPS Code Analysis Tool" (GCAT) software. More...
class  MOPSTropModel
 Tropospheric model implemented in the RTCA "Minimum Operational Performance Standards" (MOPS), version C. More...
class  NeillTropModel
 Tropospheric model based in the Neill mapping functions. More...
class  WeightBase
 Abstract base class for algorithms assigning weights to satellites. More...

Functions

gnssSatTypeValue & gpstk::operator>> (gnssSatTypeValue &gData, ModeledReferencePR &modRefPR) throw (Exception)
 Input operator from gnssSatTypeValue to ModeledReferencePR.
gnssRinex & gpstk::operator>> (gnssRinex &gData, ModeledReferencePR &modRefPR) throw (Exception)
 Input operator from gnssRinex to ModeledReferencePR.
gnssSatTypeValue & gpstk::operator>> (gnssSatTypeValue &gData, ProcessingClass &procClass)
 Input operator from gnssSatTypeValue to ProcessingClass.
gnssRinex & gpstk::operator>> (gnssRinex &gData, ProcessingClass &procClass)
 Input operator from gnssRinex to ProcessingClass.


Function Documentation

gnssRinex& operator>> gnssRinex &  gData,
ProcessingClass &  procClass
[inline]
 

Input operator from gnssRinex to ProcessingClass.

Definition at line 153 of file ProcessingClass.hpp.

gnssSatTypeValue& operator>> gnssSatTypeValue &  gData,
ProcessingClass &  procClass
[inline]
 

Input operator from gnssSatTypeValue to ProcessingClass.

Definition at line 147 of file ProcessingClass.hpp.

gnssRinex& operator>> gnssRinex &  gData,
ModeledReferencePR &  modRefPR
throw (Exception) [inline]
 

Input operator from gnssRinex to ModeledReferencePR.

Definition at line 571 of file ModeledReferencePR.hpp.

gnssSatTypeValue& operator>> gnssSatTypeValue &  gData,
ModeledReferencePR &  modRefPR
throw (Exception) [inline]
 

Input operator from gnssSatTypeValue to ModeledReferencePR.

Definition at line 564 of file ModeledReferencePR.hpp.


Generated on Tue Jan 6 03:31:45 2009 for GPS ToolKit Software Library by  doxygen 1.3.9.1