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

make_snd

Syntax
make_snd --help
make_snd [-vb] [-cp cpid] [-cn channel] fitacfname
Synopsis

Creates a snd format file from a fitacf format file.

Options
--helpprint the help message and exit.
--versionprint the RST version number and exit.
-vbverbose. Log information to the console.
-cp cpextract only those records with the program identifier cp.
-cn channelextract only those records from channel channel.
fitacfnamefilename of the fitacf format file.
Description

Creates a snd format file from a fitacf format file.

The snd file is written to standard output.

Examples
make_snd 20040830.gbr.fitacf > 20040830.gbr.snd

Create a snd format file from the fitacf file named "20040830.gbr.fitacf", the output file is called "20040830.gbr.snd".