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

dattorawacf

Syntax
dattorawacf --help
dattorawacf [-vb] rawname
Synopsis

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

Options
--helpprint the help message and exit.
--versionprint the RST version number and exit.
-vbverbose. Log information to the console.
-t thruse the threshold factor thr to detemine whether data is saved or not. If this option is specified the existing threshold in the file is ignored (note: this option is deprecated)
rawnamefilename of the raw (dat) format file to convert.
Description

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

The rawacf format data is written to standard output.

Examples
dattorawacf test.dat > test.rawacf

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