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

make_raw

Syntax
make_raw --help
make_raw [-vb] [iqdatname]
Synopsis

Creates a rawacf format file from an iqdat format file.

Options
--helpprint the help message and exit.
--versionprint the RST version number and exit.
-vbverbose. Log information to the console.
-qithe I&Q samples of the input iqdat format file are reversed.
-dthe input iqdat format file originated from a digital receiver.
-skip skpvalset the number of samples to skip at the start of each sequence to skpval. The default value is taken from the IQ structure of the input iqdat format file.
-chnnum chnnumset the number of receiver channels to chnnum. The default value si taken from the IQ structure of the input iqdat format file.
iqdatnamefilename of the iqdat format file. If this is omitted the file is read from standard input.
Description

Creates a rawacf format file from an iqdat format file.

The rawacf format file is written to standard output.

Examples
make_raw 20040830.gbr.iqdat > 20040830.gbr.rawacf

Create a rawacf format file from the iqdat format file "20040830.gbr.iqdat".The rawacf format file is written to "20040830.gbr.rawacf".