• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

READMEH A D19-Nov-20202.1 KiB4628

RinNav.cppH A D19-Nov-202029.5 KiB828562

README

1Rinex tools (/apps/Rinextools)
2
3   This directory contains 4 standalone programs which are useful in
4manipulating Rinex observation files. They are:
5   RinexDump   dumps Rinex observation data in columns in a flat file, useful
6               for plotting
7   RinSum      summarizes a Rinex observation file
8   EditRinex   reads and edits a Rinex observation file, writing out the a
9               new, edited one.
10   ResCor      reads a Rinex file(s) and computes any of several residuals and
11               corrections from the data, and then writes them to an output
12               Rinex observation file.
13   NavMerge    reads any number of Rinex navigation files and either prints a
14               summary on the screen, or, if an output file is specified,
15               writes a unique superset of all the ephemeris data to that file.
16               It will also correct the week number in the ephemeris if it is
17               inconsistent with the time on the epoch line.
18
19   In addition there is the RinexEditor module, which implements a class that
20may be called within other programs to edit the Rinex data. The EditRinex program is really just a shell that calls the RinexEditor, while ResCor is a more complicated program that also calls the RinexEditor but also modifies the data (i.e. computes the residuals and corrections) before writing it out.
21
22   All of these programs are run from the command line, and input and outputs are all flat files. To see the command line syntax, run the program with either no arguments, or with arguments but including --help.
23
24   Examples are not included here; however, examples are available elsewhere. RinSum is very easy to run; try typing
25
26   RinSum -i<file>
27
28at the command line for any Rinex observation file <file>. Note, also, that the
29discontinuity corrector uses EditRinex to apply its corrections, and that an
30example of this is found in /apps/cycleslips/examples. Finally, the RinexPlot utility (/apps/RinexPlot) makes extensive use of the other utility programs
31here; it is actually a Perl script and runs these programs from the command
32line.
33
34Brian Tolman
35btolman@arlut.utexas.edu
36
37
38
39
40
41
42
43
44
45
46