TOC  |              |              | 


cato - concatinates RINEX observation files.

cato [-iseconds] file(s)


DESCRIPTION

cato combines RINEX observation, "o", files writing the result to stdout. In doing this, several tasks are performed: NOTE: cato does minimal error checking and modification. It will not:

EXAMPLES

Combine two files storing the result in a third.
cato file1 file2 > file3

Combine CORS "hourly" files into a "daily" file.
cato aaaa001[a-x].98o > aaaa0010.98o

Decimate a file to a 30s data interval.
mv bbbb0010.98o bbbb0010.98o.save
cato -i30 bbbb0010.98o.save > bbbb0010.98o



 TOC  |              |              | 


cato.html
January 14, 2000
Steve Hilla