Skip to content
Snippets Groups Projects
Commit 23174a20 authored by Joan Vallvé Navarro's avatar Joan Vallvé Navarro
Browse files

doc change, elmin in rads

parent e8fa6717
No related branches found
No related tags found
3 merge requests!20new tag,!19new tag,!17Resolve "TDCP batch implementation"
This commit is part of merge request !17. Comments created here will be created in the context of that merge request.
...@@ -118,7 +118,7 @@ struct Options ...@@ -118,7 +118,7 @@ struct Options
int tropopt; // troposphere option: TROPOPT_OFF(0):correction off, TROPOPT_SAAS(1):Saastamoinen model, TROPOPT_SBAS(2):SBAS model, TROPOPT_EST(3):troposphere option: ZTD estimation, TROPOPT_ESTG(4):ZTD+grad estimation, TROPOPT_ZTD(5):ZTD correction,6:ZTD+grad correction int tropopt; // troposphere option: TROPOPT_OFF(0):correction off, TROPOPT_SAAS(1):Saastamoinen model, TROPOPT_SBAS(2):SBAS model, TROPOPT_EST(3):troposphere option: ZTD estimation, TROPOPT_ESTG(4):ZTD+grad estimation, TROPOPT_ZTD(5):ZTD correction,6:ZTD+grad correction
int sbascorr; // SBAS correction options (can be added): SBSOPT_LCORR(1): long term correction, SBSOPT_FCORR(2): fast correction, SBSOPT_ICORR(4): ionosphere correction, SBSOPT_RANGE(8): ranging int sbascorr; // SBAS correction options (can be added): SBSOPT_LCORR(1): long term correction, SBSOPT_FCORR(2): fast correction, SBSOPT_ICORR(4): ionosphere correction, SBSOPT_RANGE(8): ranging
int raim; // RAIM removed sats int raim; // RAIM removed sats
double elmin; // min elevation (degrees) double elmin; // min elevation (rad)
double maxgdop; // maxgdop: reject threshold of gdop double maxgdop; // maxgdop: reject threshold of gdop
bool GPS,SBS,GLO,GAL,QZS,CMP,IRN,LEO; // constellations used bool GPS,SBS,GLO,GAL,QZS,CMP,IRN,LEO; // constellations used
TdcpOptions tdcp; // TDCP options TdcpOptions tdcp; // TDCP options
...@@ -173,7 +173,7 @@ class Range; ...@@ -173,7 +173,7 @@ class Range;
// Typedefs // Typedefs
typedef std::map<int,Satellite> Satellites; typedef std::map<int,Satellite> Satellites;
typedef std::map<int,Range> Ranges; typedef std::map<int,Range> Ranges;
typedef std::map<int,Eigen::Vector2d> Azels; typedef std::map<int,Eigen::Vector2d> Azels; // Azimuth and elevation (rad)
// pointer typedefs // pointer typedefs
typedef std::shared_ptr<Observations> ObservationsPtr; typedef std::shared_ptr<Observations> ObservationsPtr;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment