Home| superdarn |src.bin|tk|tool| make_rawinx Index

make_rawinx

Syntax
make_rawinx --help
make_rawinx [-vb] [rawacfname]
Synopsis

Creates an index of a rawacf format file.

Options
--helpprint the help message and exit.
--versionprint the RST version number and exit.
-vbverbose. Log information to the console.
rawacfnamefilename of the rawacf format file. If this is omitted the file is read from standard input.
Description

Creates an index of a rawacf format file.

The index is written to standard output.

Index files cannot be created for raw (dat) format files.

Examples
make_rawinx 20040830.gbr.rawacf > 20040830.gbr.rawinx

Create an index file for the rawacf format file "20040830.gbr.rawacf". The index is writen to the file "20040830.gbr.rawinx".