Home
last modified time | relevance | path

Searched refs:PisY (Results 1 – 6 of 6) sorted by relevance

/dports/astro/gpstk/GPSTk-8.0.0/core/apps/positioning/
H A DPRSolve.cpp189 bool PisY; // Interpret RINEX 2 P code as if the receiver was keyed member in Configuration
1250 if (C.PisY) in ProcessFiles()
1253 Rhead.PisY = C.PisY; in ProcessFiles()
1634 PisY = false; in SetDefaults()
1913 opts.Add(0, "PisY", "", false, false, &PisY, "", in BuildCommandLine()
/dports/astro/gpstk/GPSTk-8.0.0/core/lib/FileHandling/RINEX3/
H A DRinex3ObsHeader.hpp497 bool PisY; member in gpstk::Rinex3ObsHeader
H A DRinex3ObsHeader.cpp170 : PisY(false) in Rinex3ObsHeader()
1825 if (PisY && hasL1P) in mapR2ObsToR3Obs_G()
1871 if (PisY) in mapR2ObsToR3Obs_G()
/dports/astro/gpstk/GPSTk-8.0.0/core/apps/Rinextools/
H A DRinSum.cpp717 Rhead.PisY = true; in ProcessFiles()
718 Rheadout.PisY = true; in ProcessFiles()
/dports/astro/gpstk/GPSTk-8.0.0/data/
H A DPRSolve_Required.exp31 P code data is actually Y code data (--PisY) : false
/dports/astro/gpstk/GPSTk-8.0.0/
H A DChangeLog.md2745 …Change Rinex3ObsHeader to not reset PisY flag. Add ability to do file compares in TestUtil wit…