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

make_grdinx

Syntax
make_grdinx --help
make_grdinx [-vb] [grdmapname]
Synopsis

Creates an index of a grdmap format file.

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

Creates an index of a grdmap format file.

The index is written to standard output.

Index files cannot be created for grd format files with this utility.

Examples
make_grdinx 20040830.grdmap > 20040830.grdinx

Create an index file for the grdmap format file "20040830.grdmap". The index is writen to the file "20040830.grdinx".