- Timestamp:
- May 8, 2013, 10:29:43 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/bnchelp.html
r5146 r5148 272 272 3.6. <a href=#reqc>RINEX Editing & QC</a><br> 273 273 3.6.1 <a href=#reqcact>Action</a><br> 274 3.6.2 <a href=#reqcedit>Set Edit Options</a><br> 275 3.6.3 <a href=#reqcinput>Input Files</a><br> 276 3.6.4 <a href=#reqcoutput>Output Files</a><br> 277 3.6.5 <a href=#reqcplots>Directory for Plots</a><br> 278 3.6.6 <a href=#reqccommand>Command Line, No Window</a><br> 274 3.6.2 <a href=#reqcgnss>Sky Plots for</a><br> 275 3.6.3 <a href=#reqcedit>Set Edit Options</a><br> 276 3.6.4 <a href=#reqcinput>Input Files</a><br> 277 3.6.5 <a href=#reqcoutput>Output Files</a><br> 278 3.6.6 <a href=#reqcplots>Directory for Plots</a><br> 279 3.6.7 <a href=#reqccommand>Command Line, No Window</a><br> 279 280 3.7. <a href=#correct>Broadcast Corrections</a><br> 280 281 3.7.1. <a href=#corrdir>Directory, ASCII</a><br> … … 734 735 </p> 735 736 736 <p><a name="reqcedit"><h4>3.6.2 Set Edit Options - mandatory if 'Edit/Concatenate' is set</h4></p> 737 <p><a name="reqcgnss"><h4>3.6.2 Sky Plots for - mandatory if 'Action' is set to 'Analyze'</h4></p> 738 739 <p>Once the 'Analyze' action is selected, you have to specify the GNSS system(s) whoes observations you want to analyze for multipath and Signal-to-Noise sky plots. Possible options are 'ALL', 'GPS', 'GLONASS', and 'Galileo'. Default is 'ALL', meaning that observations from all GNSS will be analyzed. 740 </p> 741 742 <p><a name="reqcedit"><h4>3.6.3 Set Edit Options - mandatory if 'Edit/Concatenate' is set</h4></p> 737 743 <p>Once the 'Edit/Concatenate' action is selected, you have to 'Set Edit Options'. BNC lets you specify the RINEX version, sampling interval, begin and end of file, operator, comment lines, and marker, antenna, receiver details. Note that sampling, begin/end and marker/antenna/receiver specification are only meaningful for RINEX Observation files. 738 744 </p> … … 755 761 <p><u>Figure 8:</u> Example for 'RINEX Editing Options' window.</p> 756 762 757 <p><a name="reqcinput"><h4>3.6. 3Input Files - mandatory if 'Action' is set</h4></p>763 <p><a name="reqcinput"><h4>3.6.4 Input Files - mandatory if 'Action' is set</h4></p> 758 764 <p> 759 765 Specify full path to input RINEX Observation file(s), and<br> … … 762 768 <p>When specifying several input files BNC will concatenate their contents. Note that you may specify several RINEX Version 2 Navigation files for GPS and GLONASS.</p> 763 769 764 <p><a name="reqcoutput"><h4>3.6. 4Output Files - mandatory if 'Action' is set</h4></p>770 <p><a name="reqcoutput"><h4>3.6.5 Output Files - mandatory if 'Action' is set</h4></p> 765 771 <p> 766 772 If 'Edit/Concatenate' is selected, specifying the a path to output RINEX Observation file(s) and specifying a full path to output RINEX Navigation file(s) is mandatory.</p> … … 792 798 <p> 793 799 794 <p><a name="reqcplots"><h4>3.6. 5Directory for Plots - optional if 'Action' is set</h4></p>800 <p><a name="reqcplots"><h4>3.6.6 Directory for Plots - optional if 'Action' is set</h4></p> 795 801 <p> 796 802 If 'Analyze' is selected, specifying the path to a directory where plot files will be saved is optional. File names will be composed from the RINEX input file name(s) plus suffix 'PNG' to indicate the plot file format in use. </p> … … 802 808 <p><u>Figure 11:</u> Example for satellite availability, elevation and PDOP plots as a result of a RINEX quality check with BNC.</p> 803 809 804 <p><a name="reqccommand"><h4>3.6. 6Command Line, No Window - optional</h4></p>810 <p><a name="reqccommand"><h4>3.6.7 Command Line, No Window - optional</h4></p> 805 811 <p> 806 812 BNC applies options from the configuration file but allows updating every one of them on the command line while the contents of the configuration file remains unchanged, see section on 'Command Line Options'. The syntax for that looks as follows … … 851 857 <tr><td>reqcOutLogFile</td><td>Logfile</td></tr> 852 858 <tr><td>reqcPlotDir</td><td>Plot file directory</td></tr> 859 <tr><td>reqcSkyPlotSystem</td><td>GNSS system spedificaion</td></tr> 853 860 <tr><td>reqcRnxVersion</td><td>RINEX version of emerging new file</td></tr> 854 861 <tr><td>reqcSampling</td><td>Sampling interval of emerging new RINEX file</td></tr> … … 3224 3231 3225 3232 <tr><td>reqcAction=</td><td>Reqc: Action</td></tr> 3233 <tr><td>reqcComment=</td><td>Reqc: Additional comments</td></tr> 3234 <tr><td>reqcEndDateTime=</td><td>Reqc: Stop time</td></tr> 3235 <tr><td>reqcNavFile=</td><td>Reqc: Navigation file</td></tr> 3236 <tr><td>reqcNewAntennaName=</td><td>Reqc: New antenna</td></tr> 3237 <tr><td>reqcNewMarkerName=</td><td>Reqc: New marker</td></tr> 3238 <tr><td>reqcNewReceiverName=</td><td>Reqc: New receiver</td></tr> 3226 3239 <tr><td>reqcObsFile=</td><td>Reqc: Observations file</td></tr> 3227 <tr><td>reqcNavFile=</td><td>Reqc: Navigation file</td></tr> 3240 <tr><td>reqcOldAntennaName=</td><td>Reqc: Old antenna</td></tr> 3241 <tr><td>reqcOldMarkerName=</td><td>Reqc: Old marker</td></tr> 3242 <tr><td>reqcOldReceiverName=</td><td>Reqc: Old receiver</td></tr> 3243 <tr><td>reqcOutLogFile=</td><td>Reqc: Output logfile</td></tr> 3244 <tr><td>reqcOutNavFile=</td><td>Reqc: Output navigation file</td></tr> 3228 3245 <tr><td>reqcOutObsFile=</td><td>Reqc: Output observations file</td></tr> 3229 <tr><td>reqcOutNavFile=</td><td>Reqc: Output navigation file</td></tr>3230 3246 <tr><td>reqcPlotDir</td><td>Reqc: QC plots directory</td></tr> 3231 <tr><td>reqcOutLogFile=</td><td>Reqc: Output logfile</td></tr>3232 <tr><td>reqcPlotDir=</td><td>Reqc: Plot file directory</td></tr>3233 3247 <tr><td>reqcRnxVersion=</td><td>Reqc: RINEX version</td></tr> 3248 <tr><td>reqcRunBy=</td><td>Reqc: Operators name</td></tr> 3234 3249 <tr><td>reqcSampling=</td><td>Reqc: RINEX sampling</td></tr> 3250 <tr><td>reqcSkyPlotSystem=</td><td>Reqc: GNSS system spedificaion</td></tr> 3235 3251 <tr><td>reqcStartDateTime=</td><td>Reqc: Start time</td></tr> 3236 <tr><td>reqcEndDateTime=</td><td>Reqc: Stop time</td></tr>3237 <tr><td>reqcRunBy=</td><td>Reqc: Operators name</td></tr>3238 <tr><td>reqcComment=</td><td>Reqc: Additional comments</td></tr>3239 <tr><td>reqcOldMarkerName=</td><td>Reqc: Old marker</td></tr>3240 <tr><td>reqcNewMarkerName=</td><td>Reqc: New marker</td></tr>3241 <tr><td>reqcOldAntennaName=</td><td>Reqc: Old antenna</td></tr>3242 <tr><td>reqcNewAntennaName=</td><td>Reqc: New antenna</td></tr>3243 <tr><td>reqcOldReceiverName=</td><td>Reqc: Old receiver</td></tr>3244 <tr><td>reqcNewReceiverName=</td><td>Reqc: New receiver</td></tr>3245 3252 3246 3253 <tr><td>combineStreams=</td><td>Combination: List of correction streams</td></tr>
Note:
See TracChangeset
for help on using the changeset viewer.