Home
last modified time | relevance | path

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

/dports/astro/gpstk/GPSTk-8.0.0/ext/apps/geomatics/relposition/
H A DCommandInput.cpp717 st.TropType = field[0]; in GetCmdInput()
1265 if(it->second.TropType == string("Saas")) { in ValidateCmdInput()
1268 else if(it->second.TropType == string("ModHop")) { in ValidateCmdInput()
1271 else if(it->second.TropType == string("ModHopH")) { in ValidateCmdInput()
1274 else if(it->second.TropType == string("NewB")) { in ValidateCmdInput()
1277 else if(it->second.TropType == string("Black")) { in ValidateCmdInput()
1280 else if(it->second.TropType == string("Zero")) { in ValidateCmdInput()
1285 << " : " << it->second.TropType in ValidateCmdInput()
1289 << " : " << it->second.TropType in ValidateCmdInput()
1405 ofs << " Trop model: " << it->second.TropType << endl; in Dump()
H A DConfigure.cpp294 if (st.TropType != string("NewB")) in UpdateConfig()
300 oflog << " Trop (model: " << st.TropType << fixed << ") zenith delays:" in UpdateConfig()
H A DDataStructures.cpp81 TropType = "Saas"; in Station()
H A DDataStructures.hpp138 std::string TropType; // label from input giving type of trop model member in Station
/dports/astro/gpstk/GPSTk-8.0.0/core/apps/positioning/
H A DPRSolve.cpp231 string TropType; // key ~ Black, NewB, etc; use to identify model member in Configuration
1637 TropType = string("NewB"); in SetDefaults()
1642 TropStr = TropType + string(",") + asString(defaultTemp,1) + string(",") in SetDefaults()
2058 if (msg=="ZERO") { pTrop = new ZeroTropModel(); TropType = "Zero"; } in ExtraProcessing()
2059 else if(msg=="BLACK") { pTrop = new SimpleTropModel(); TropType = "Black"; } in ExtraProcessing()
2060 else if(msg=="SAAS") { pTrop = new SaasTropModel(); TropType = "Saas"; } in ExtraProcessing()
2061 else if(msg=="NEWB") { pTrop = new NBTropModel(); TropType = "NewB"; } in ExtraProcessing()
2062 else if(msg=="GG") { pTrop = new GGTropModel(); TropType = "GG"; } in ExtraProcessing()
2063 else if(msg=="GGHT") { pTrop = new GGHeightTropModel(); TropType = "GGht"; } in ExtraProcessing()
2064 else if(msg=="NEILL") { pTrop = new NeillTropModel(); TropType = "Neill"; } in ExtraProcessing()
[all …]
/dports/astro/gpstk/GPSTk-8.0.0/core/apps/Rinextools/
H A DRinDump.cpp249 string TropType; // key ~ Black, NewB, etc; use to identify model member in Configuration
790 TropType = string("NewB"); in SetDefaults()
795 TropStr = TropType + string(",") + asString(defaultTemp,1) + string(",") in SetDefaults()
1484 if (msg=="ZERO") { pTrop = new ZeroTropModel(); TropType = "Zero"; } in ExtraProcessing()
1485 else if(msg=="BLACK") { pTrop = new SimpleTropModel(); TropType = "Black"; } in ExtraProcessing()
1486 else if(msg=="SAAS") { pTrop = new SaasTropModel(); TropType = "Saas"; } in ExtraProcessing()
1487 else if(msg=="NEWB") { pTrop = new NBTropModel(); TropType = "NewB"; } in ExtraProcessing()
1488 else if(msg=="GG") { pTrop = new GGTropModel(); TropType = "GG"; } in ExtraProcessing()
1489 else if(msg=="GGHT") { pTrop = new GGHeightTropModel(); TropType = "GGht"; } in ExtraProcessing()
1490 else if(msg=="NEILL") { pTrop = new NeillTropModel(); TropType = "Neill"; } in ExtraProcessing()
[all …]