Changeset 9942 in ntrip for trunk/BNC/src/bnchelp.html
- Timestamp:
- Dec 13, 2022, 10:58:52 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/bnchelp.html
r9940 r9942 2427 2427 </p> 2428 2428 <pre><p style="font-family:Monospace"> 2429 ! SP3 File 1: Input/CNE1SSRRTS_20222410000_01D_05S_ORB. sp32430 ! SP3 File 2: Input/BKG1SSRRTS_20222410000_01D_05S_ORB. sp32429 ! SP3 File 1: Input/CNE1SSRRTS_20222410000_01D_05S_ORB.SP3 2430 ! SP3 File 2: Input/BKG1SSRRTS_20222410000_01D_05S_ORB.SP3 2431 2431 ! 2432 2432 ! Epoch PRN radial along out clk clkRed iPRN … … 2578 2578 </p> 2579 2579 <p> 2580 The filename convention for Broadcast Correction files follows the convention for RINEX Version 3/4 files 2580 The filename convention for Broadcast Correction files follows in general the convention for RINEX Version 3/4 files 2581 2581 except for the two characters of the data type as well as for the characters of the filename suffix, which is set to 'ssr': 2582 The file below contains one day's data. 'M N' stands for 'Multi Constellation Clock' data.2582 The files below contains one day's data. 'MC' stands for 'Multi Constellation Clock' data and 'ION' stands for 'Ionosphere' data. 2583 2583 </p> 2584 2584 <pre> 2585 2585 SSRA00CNE1_S_20222750000_01D_MC.ssr 2586 SSRA00DLR1_S_20222740000_01D_MC.ssr2586 IONO00IGS1_S_20222740000_01D_ION.ssr 2587 2587 </pre> 2588 2588 BNC's Broadcast Correction files contain blocks of records in plain ASCII format. … … 2925 2925 <tr><td> </td><td> </td><td> </td></tr> 2926 2926 <tr><td><b>Observation Record</b></td><td></td><td></td></tr> 2927 <tr><td>Mountpoint</td><td>WTZR0</td><td>A</td></tr> 2927 <tr><td>Mountpoint</td><td>WTZR00DEU0</td><td>A</td></tr> 2928 2928 <tr><td>Satellite Number</td><td>G01</td><td>1X,A3</td></tr> 2929 2929 … … 4041 4041 <tr><td> SITENAME </td><td> 9-char site name</td></tr> 4042 4042 <tr><td> CNT </td><td> Content type, here TRO</td></tr> 4043 <tr><td> FMT </td><td> File format, here tro</td></tr>4043 <tr><td> FMT </td><td> File format, here TRO</td></tr> 4044 4044 </table> 4045 4045 </p> 4046 4046 A result for examle is: 4047 4047 <pre> 4048 BKG1DEMRTS_20223222100_01H_01S_WTZR00DEU_TRO. tro4048 BKG1DEMRTS_20223222100_01H_01S_WTZR00DEU_TRO.TRO 4049 4049 </pre> 4050 4050 … … 4949 4949 The following is a path example for a Linux system: 4950 4950 <pre> 4951 /home/user/BKG0MGXRTS${V3PROD}. sp34951 /home/user/BKG0MGXRTS${V3PROD}.SP3 4952 4952 </pre> 4953 4953 If the specified directory does not exist, BNC will not create SP3 orbit files. … … 4971 4971 <tr><td> SMP </td><td> Data sampling rate</td></tr> 4972 4972 <tr><td> CNT </td><td> Content type ORB</td></tr> 4973 <tr><td> FMT </td><td> File format, here sp3</td></tr>4973 <tr><td> FMT </td><td> File format, here SP3</td></tr> 4974 4974 </table> 4975 4975 </p> … … 4979 4979 A result for examle is: 4980 4980 <pre> 4981 BKG0MGXRTS_20223330000_01D_01M_ORB. sp34981 BKG0MGXRTS_20223330000_01D_01M_ORB.SP3 4982 4982 </pre> 4983 4983 <p> … … 5013 5013 Specify a path for saving the generated clock corrections as Clock RINEX files. The following is a path example for a Linux system: 5014 5014 <pre> 5015 /home/user/BKG0MGXRTS${V3PROD}. clk5015 /home/user/BKG0MGXRTS${V3PROD}.CLK 5016 5016 </pre> 5017 5017 If the specified directory does not exist, BNC will not create Clock RINEX files. … … 5035 5035 <tr><td> SMP </td><td> Data sampling rate</td></tr> 5036 5036 <tr><td> CNT </td><td> Content type CLK</td></tr> 5037 <tr><td> FMT </td><td> File format, here clk</td></tr>5037 <tr><td> FMT </td><td> File format, here CLK</td></tr> 5038 5038 </table> 5039 5039 </p> … … 5043 5043 A result for examle is: 5044 5044 <pre> 5045 BKG0MGXRTS_20223330000_01D_05S_CLK. clk5045 BKG0MGXRTS_20223330000_01D_05S_CLK.CLK 5046 5046 </pre> 5047 5047 <p> … … 5059 5059 Specify a path for saving the generated clock corrections as Clock RINEX files. The following is a path example for a Linux system: 5060 5060 <pre> 5061 /home/user/BKG0MGXRTS${V3PROD}. bia5061 /home/user/BKG0MGXRTS${V3PROD}.BIA 5062 5062 </pre> 5063 5063 If the specified directory does not exist, BNC will not create SINEX Bias files. … … 5081 5081 <tr><td> SMP </td><td> Data sampling rate</td></tr> 5082 5082 <tr><td> CNT </td><td> Content type, here absolute bias information (ABS)</td></tr> 5083 <tr><td> FMT </td><td> File format, here bia</td></tr>5083 <tr><td> FMT </td><td> File format, here BIA</td></tr> 5084 5084 </table> 5085 5085 </p> … … 5089 5089 A result for examle is: 5090 5090 <pre> 5091 BKG0MGXRTS_20223330000_01D_05S_ABS. bia5091 BKG0MGXRTS_20223330000_01D_05S_ABS.BIA 5092 5092 </pre> 5093 5093 <p> … … 6028 6028 example: G:12&PWCSLX G:5&IQX R:12&PC R:3&IQX R:46&ABX E:16&BCXZ E:578&IQX J:1&SLXCZ J:26&SLX J:5&IQX C:267&IQX C:18&DPX I:ABCX S:1&C S:5&IQX]} 6029 6029 reqcStartDateTime {Start time [character string, example: 1967-11-02T00:00:00]} 6030 reqcEndDateTime {Stop time [character string, example: 2099-01-01T00:00:00 6030 reqcEndDateTime {Stop time [character string, example: 2099-01-01T00:00:00]} 6031 6031 reqcRunBy {Operators name [character string]} 6032 6032 reqcUseObsTypes {Use observation types [character string, list separated by blank character, example: G:C1C G:L1C R:C1C RC1P]} … … 6159 6159 Upload Corrections Panel keys: 6160 6160 uploadMountpointsOut {Upload corrections table [character string, semicolon separated list, each element in quotation marks, example: 6161 "products.igs-ip.net,2101,SSRA02IGS1,2,usr,pass,IGS20,IGS-SSR,0,/home/user/BKG0MGXRTS${V3PROD}. sp3,/home/user/BKG0MGXRTS${V3PROD}.clk,/home/user/BKG0MGXRTS${V3PROD}.bia,258,1,0;6161 "products.igs-ip.net,2101,SSRA02IGS1,2,usr,pass,IGS20,IGS-SSR,0,/home/user/BKG0MGXRTS${V3PROD}.SP3,/home/user/BKG0MGXRTS${V3PROD}.CLK,/home/user/BKG0MGXRTS${V3PROD}.BIA,258,1,0; 6162 6162 euref-ip.net,2101,SSRA02IGS1_EUREF,2,usr,pass,ETRF2000,RTCM-SSR,0,,,,258,2,0"]} 6163 6163 uploadIntr {Length of SP3, Clock RINEX and Bias SINEX file interval [character string: 1 min|2 min|5 min|10 min|15 min|30 min|1 hour|1 day]} … … 6214 6214 (6) bnc --conf /dev/null --key mountPoints "//user:pass@mgex.igs-ip.net:2101/CUT000AUS0 RTCM_3.0 ETH 9.03 38.74 no 2;//user:pass@igs-ip.net:2101/FFMJ00DEU1 RTCM_3.1 DEU 50.09 8.66 no 2" 6215 6215 (7) bnc --conf /dev/null --key startTab 15 --key cmbStreams "SSRA00BKG1 BKG 1.0;SSRA00CNE1 CNES 1.0" 6216 (8) bnc --conf /dev/null --key startTab 16 --key uploadMountpointsOut "products.igs-ip.net,2101,SSRC00BKG1,2,usr,pass,IGS20,RTCM-SSR,2,/Users/userName/BKG0MGXRTS${V3PROD}. clk,,,33,3,2;euref-ip.net,443,SSRA00BKG1_EUREF,2s,usr,pass,ETRF2000,IGS-SSR,0,,,,33,5,5"6216 (8) bnc --conf /dev/null --key startTab 16 --key uploadMountpointsOut "products.igs-ip.net,2101,SSRC00BKG1,2,usr,pass,IGS20,RTCM-SSR,2,/Users/userName/BKG0MGXRTS${V3PROD}.SP3,,,33,3,2;euref-ip.net,443,SSRA00BKG1_EUREF,2s,usr,pass,ETRF2000,IGS-SSR,0,,,,33,5,5" 6217 6217 (9) bnc --conf /dev/null --key startTab 13 --key PPP/dataSource "Real-Time Streams" --key PPP/staTable "FFMJ00DEU1,100.0,100.0,100.0,100.0,100.0,100.0,0.1,3e-6,7777,G:12&CWPSLX R:12&CP E:1&CBX E:5&QIX C:26&IQX;CUT000AUS0,100.0,100.0,100.0,100.0,100.0,100.0,0.1,3e-6,7778,G:12&CWPSLX R:12&CP E:1&CBX E:5&QIX C:26&IQX" 6218 6218 </p></pre>
Note:
See TracChangeset
for help on using the changeset viewer.