1%\documentclass{article}
2%\usepackage{fancyvrb}
3%\usepackage{perltex}
4%\usepackage{xcolor}
5%\usepackage{listings}
6%\usepackage{longtable}
7%\usepackage{multirow}
8%\input{src/cmd}
9%\begin{document}
10
11\index{RinEdit!application writeup}
12
13\section{\emph{RinEdit}}
14\subsection{Overview}
15The application opens and reads RINEX observation files(s) (v2+), applies editing
16 commands, and write out the modified RINEX data to RINEX v3 file(s).
17
18\subsection{Usage}
19\subsubsection{\emph{RinEdit}}
20\begin{\outputsize}
21\begin{longtable}{lll}
22%\multicolumn{3}{c}{\application{RinEdit}} \\
23\multicolumn{3}{l}{\textbf{Optional Arguments}} \\
24\entry{Short Arg.}{Long Arg.}{Description}{1}
25\entry{}{--IF $<$f$>$}{Input RINEX observation file names [repeat]}{1}
26\entry{}{--ID $<$p$>$}{Path of input RINEX observation file(s)}{1}
27\entry{}{--OF $<$fn$>$}{Output RINEX obs files [also see --OF $<$f,t$>$ below]}{2}
28\entry{}{--OD $<$p$>$}{Path of output RINEX observation file(s)}{1}
29\entry{}{--file $<$fn$>$}{Name of file containing more options [\#-$>$EOL = comment]}{2}
30\entry{}{--log $<$fn$>$}{Output log file name}{1}
31\entry{}{--ver2}{Write out RINEX version 2}{1}
32\entry{}{--verbose}{Print extra output information}{1}
33\entry{}{--debug}{Print debug output at level 0 [debug$<$n$>$ for level n=1-7]}{2}
34\entry{}{--help}{Print syntax and editing command page}{1}
35\end{longtable}
36\end{\outputsize}
37
38\subsection{Examples}
39\begin{\outputsize}
40\begin{lstlisting}
41> RinEdit --IF acor1480.08o --IF areq015o.10o --OF out.12o --verbose
42
43# RinEdit, part of the GPS Toolkit, Ver 1.0 8/1/11, Run 2012/07/09 12:17:20
44 Edit cmd: OF_Output_File 0 SV:?-1 OT:    d:0.0000 i:0 t:BeginTime >out.12o<
45Reading header...
46Reading observations...
47 Opened output file out.12o at time 2008/05/27 00:00:00 = 1481 172800.000 GPS
48Reading header...
49Reading observations...
50
51\end{lstlisting}
52\end{\outputsize}
53
54%\end{document}
55