- Timestamp:
- Nov 13, 2006, 8:18:57 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bnchelp.html
r306 r309 244 244 <p><h4>B - 5.5 RINEX Skeleton Extension - optional</h4></p> 245 245 <p> 246 BNC lets you introduce RINEX header skeleton files that contain the header records you would like to see instead of a default header. You may like to derive RINEX skeleton files from the information given in sitelogs. A file in the 'RINEX directory' with the 'RINEX skeleton extension' is interpreted by BNC as a RINEX header skeleton file for the affected stream. 247 </p> 248 <p> 249 Example: RINEX files for mountpoints WETTZELL, FRANKFURT and FRANCE (same 4Char Station ID), BRUS0 from <u>www.euref-ip.net</u> and BRUS0 from <u>www.igs-ip.net</u> (same 4Char Station ID, identical mountpoint stings) would accept skeleton files named</p> 246 BNC retrieves information needed for RINEX headers from so-called public RINEX header skeleton files as derived from sitelogs. An HTTP link to a directory containing these skeleton files may be available through data field number 7 of the affected NET record in the source-table. See <u>http://www.epncb.oma.be:80/stations/log/skl/BRUS.skl</u> for an example for a public RINEX header skeleton file concerning the EPN station Brussels. 247 </p> 248 <p> 249 However, it may happen that public RINEX header skeleton files are not available, its contents is not up to date or you need to have additional/optional records in the RINEX header. For that BNC lets you introduce personal skeleton files that contain the header records you would like to see. You may derive a personal RINEX header skeleton file from the information given in an up to date sitelog. A file in the 'RINEX directory' with the 'RINEX skeleton extension' is interpreted by BNC as a personal RINEX header skeleton file for the affected stream. 250 </p> 251 <p> 252 Example for file name convention: RINEX files for mountpoints WETTZELL, FRANKFURT and FRANCE (same 4Char Station ID), BRUS0 from <u>www.euref-ip.net</u> and BRUS0 from <u>www.igs-ip.net</u> (same 4Char Station ID, identical mountpoint stings) would accept personal skeleton files named</p> 250 253 <p> 251 254 WETT.skl<br> … … 258 261 </p> 259 262 <p> 260 Note the following conditions regarding RINEX header skeleton files: 261 <ul> 262 <li>They should contain in the first place a complete header record of type</li> 263 <br> RINEX VERSION / TYPE 264 <li>They should further contain empty header records of type</li> 263 Note the following conditions regarding personal RINEX header skeleton files: 264 <ul> 265 <li>If such a file appear appears in the 'RINEX directory', a probably existing public RINEX header skeleton file is ignored. The RINEX header is generated solely from the contents of the personal skeleton.</li> 266 <li>They should contain <u>complete</u> header record of type</li> 267 <br> RINEX VERSION / TYPE (first record) 268 <br> MARKER NAME 269 <br> OBSERVER / AGENCY 270 <br> REC # / TYPE / VERS 271 <br> ANT # / TYPE 272 <br> APPROX POSITION XYZ 273 <br> ANTENNA: DELTA H/E/N 274 <br> WAVELENGTH FACT L1/2 275 <li>They should further contain <u>empty</u> header records of type</li> 265 276 <br> PGM / RUN BY / DATE 266 277 <br> # / TYPES OF OBSERVATIONS 267 278 <br> TIME OF FIRST OBS 268 <br>The existence of these empty records force BNC to include such lines in the final RINEX file header together with an additional COMMENT line quoting the source of the stream. 279 <br>The existence of these empty records force BNC to include such lines in the final RINEX file header together with an additional 280 <br> COMMENT 281 <br>line quoting the source of the stream. 269 282 <li>They must contain an empty header record of type</li> 270 <br> END OF HEADER 283 <br> END OF HEADER (last record) 271 284 <li>They may contain any other complete header record (correct format) as defined in the RINEX Version 2.1 documentation. Their contents may be derived from sitelog files.</li> 272 285 </ul>
Note:
See TracChangeset
for help on using the changeset viewer.