Rinex Observation File |
Top Previous Next |
The RinexObsFile object provides functionalities for reading and writing Global Navigation Satellite System (GNSS) Observation data to and from a Rinex Observation file. This is an ASCII file of Pseudorange data conforming to the RINEX standard. The time system is GPS Time, and the scalar data is reference frame independent. FreeFlyer supports the RINEX 2 and RINEX 3 formats.
More information on the RINEX format can be found in several locations. Two example references are provided below:
Occasionally, GNSS Observation data is provided either in receiver dependent formats, or in a "compact" RINEX format, known as the Hatanaka format. Several conversion utilities are freely available from:
Examples of the format of a RINEX Observation file (version 2 and 3) are given below. The header includes information on:
After the header, data is divided into sections, grouping measurements taken at the same time together. Multiple measurements may exist for the same epoch due to visibility to multiple GPS satellites. The lines indicating the date include this information:
After the line indicating the date, the columns contain measurement data. The data types for each column are indicated in the header. For RINEX 3, the three-character codes are used to indicate the following:
The RINEX 2 format only supports GPS, while the RINEX 3 format supports GPS, Galileo, and other navigation constellations. All GPS measurements supported in RINEX 2 are also supported in RINEX 3. Possible data types include:
Example of RINEX 2 format:
Example of RINEX 3 format:
See Also
|