Home| superdarn |src.bin|tk|reformat| rawacftodat Index

rawacftodat

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

Converts a rawacf format file to raw (dat) format.

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 to convert.
Description

Converts a rawacf format file to raw (dat) format.

The raw format data is written to standard output.

Examples
rawacftodat test.rawacf > test.dat

Convert the file "test.rawacf" to the raw format file "test.dat".