RNX2RTKP(1) | General Commands Manual | RNX2RTKP(1) |
rnx2rtkp - read message log files and computer receiver positions
rnx2rtkp [option ...] file file [...]
Read RINEX OBS/NAV/GNAV/HNAV/CLK, SP3, SBAS message log files and compute receiver (rover) positions and output position solutions. The first RINEX OBS file shall contain receiver (rover) observations. For the relative mode, the second RINEX OBS file shall contain reference (base station) receiver observations. At least one RINEX NAV/GNAV/HNAV file shall be included in input files. To use SP3 precise ephemeris, specify the path in the files. The extension of the SP3 file shall be .sp3 or .eph. All of the input file paths can include wild-cards (*). To avoid command line deployment of wild-cards, use "..." for paths with wild-cards. Command line options are as follows ([]:default). With -k option, the processing options are input from the configuration file. In this case, command line options precede options in the configuration file.
Example 1. Kinematic Positioning, L1+L2, output Latitude/Longitude/Height to STDOUT.
rnx2rtkp 07590920.05o 30400920.05o 30400920.05n
Example 2. Single Point Positioning, El Mask=15deg, output NMEA GGA to file out.pos
rnx2rtkp -p 0 -m 15 -n -o out.pos 07590920.05o 30400920.05n
Example 3. Static Positioning, L1, time form yyyy/mm/dd hh:mm:ss, output X/Y/Z-ECEF positions
rnx2rtkp -p 3 -f 1 -t -e 07590920.05o 30400920.05o 30400920.05n
Example 4. Kinematic Positioning, Instantaneous AR, validation threshold=2, comma separator
rnx2rtkp -i -v 2 -s , 07590920.05o 30400920.05o 30400920.05n
July 29 2016 |