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

make_smr

Syntax
make_smr --help
make_smr [-vb] [-t minpwr] [-b beams...] fitacfnames...
make_smr -old [-vb] [-t minpwr] [-b beams...] [fitname]
Synopsis

Creates a smr format file from either a fit or fitacf format file.

Options
--helpprint the help message and exit.
--versionprint the RST version number and exit.
-vbverbose. Log information to the console.
-t minpwrfilter out data with values of lag-zero power less than minpwr.
-b beamsrecord the beams specified by beams in the smr file. The list of beams is comma separated.
fitacfnames...filenames of the fitacf format file.
-oldthe input file is in the fit format.
fitnamefilename of the fit format file.
Description

Creates a smr format file from either a fit or fitacf format file.

The summary file is written to standard output.

Examples
make_smr -old -vb -pwr 5 -b 5,10 19971020.gbr.fit > 19971020.gbr.smr

Generates a summary from the fit file "19971020.gbr.fit" to produce a file called "19971020.gbr.smr". Ranges with lag-zero power less than 5dB are ignored. Beams 5 and 10 are recorded. Status is logged on standard error.

make_smr -b 4,8,12 19981105*.kap.fitacf > 19981105.kap.smr

Generates a summary from the fitacf files called "19981105*.kap.fitacf" to produce a file called "19981105.kap.smr". Ranges with lag-zero power less than 3dB are ignored. Beams 4,8 and 12 are recorded.