- Timestamp:
- Jul 7, 2015, 4:28:02 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/bnchelp.html
r7018 r7019 448 448 3.13.1.9 <a href=#pppnmeafile>NMEA File</a><br> 449 449 3.13.1.10 <a href=#pppsnxtrofile>SNX TRO File</a><br> 450 3.13.1.10.1 <a href=#pppsnxtrosampl>Sampling</a><br> 450 451 3.13.2 <a href=#pppStation>PPP (2): Processed Stations</a><br> 451 452 3.13.2.1 <a href=#pppnehsigma>Sigma North/East/Height</a><br> … … 2277 2278 </p> 2278 2279 <p> 2279 If you require more information, you can specify the full path to daily PPP logfilesper PPP solution to save additional processing details on disk. Example:2280 If you require more information, you can specify the full path to daily PPP 'Logfile' per PPP solution to save additional processing details on disk. Example: 2280 2281 </p> 2281 2282 … … 2341 2342 </ul> 2342 2343 Estimated parameters are presented together with their formal errors as derived from the implemented filter. The PPP algorithm includes outlier and cycle slip detection. 2344 </p> 2345 <p> 2346 Default value for 'Logfile' is an empty option field, meaning that you don't want to save daily PPP logfiles on disk. 2343 2347 </p> 2344 2348 … … 2401 2405 T(z) = T_apr(z) + dT / cos(z) 2402 2406 </pre> 2403 where T_apr is the a-priori tropospheric delay derived from Saastamoinen model. 2404 </p> 2405 <p> 2406 By default BNC does not estimate troposphere parameters. Tick 'Estimate tropo' to estimate troposphere parameters together with the coordinates and save T_apr and dT/cos(z) in BNC's logfile. 2407 </p> 2408 <p> 2409 The following is an example for a SINEX Troposphere file, see <u>https://igscb.jpl.nasa.gov/igscb/data/format/sinex_tropo.txt</u> for a complete documentation. 2410 </p> 2407 where T_apr is the a-priori tropospheric delay derived from Saastamoinen model. 2408 </p> 2409 2410 <p> 2411 You can specify the full path to daily SINEX Troposphere files to save troposphere parameters on disk, see <u>https://igscb.jpl.nasa.gov/igscb/data/format/sinex_tropo.txt</u> for a documentation of the file format. Example: 2412 <pre> 2413 /Users/pppDir/PPP_${STATION}${DOY}_${YY}.zpd 2414 </pre> 2415 In this '${STATION}' stands for the observation's mountpoint or RINEX file, '${DOY}' for the Day Of Year, and '${YY} for the year. For a RINEX observations file 'CUT0' it would lead to a logfile named 'PPP_CUT01810.15.zpd with the following contents (example): 2416 </p> 2417 2411 2418 <pre> 2412 2419 %=TRO 0.01 BNC 15:181:38193 BNC 15:181:38193 15:181:84600 P CUT0 … … 2467 2474 %=ENDTROP 2468 2475 </pre> 2476 2477 <p> 2478 The default value for 'SNX TRO File' is an empty option field, meaning that BNC will not saved SINEX Troposphere files. 2479 </p> 2480 2481 <p><a name="pppsnxtrosampl"><h4>3.13.1.10.1 Sampling - optional if 'SINEX TRO File' is set</h4></p> 2482 <p> 2483 Select a 'Sampling' rate for saving troposphere parameters. 2484 </p> 2485 <p> 2486 Default 'Sampling' rate is '0', meaning that any estimated troposphere parameter will be save on disk. 2487 </p> 2469 2488 2470 2489 <p><a name="pppStation"><h4>3.13.2 PPP (2): Processed Stations</h4></p>
Note:
See TracChangeset
for help on using the changeset viewer.