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

make_cfit

Syntax
make_cfit --help
make_cfit [-vb] [-p minpwr] fitacfname
make_cfit -old [-vb] [-p minpwr] [fitname]
Synopsis

Creates a cfit 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.
-p minpwrfilter out data with values of lag-zero power less than minpwr.
fitacfnamefilename of the fitacf format file.
-oldthe input file is in the fit format.
fitnamefilename of the fit format file.
Description

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

The cfit file is written to standard output

Examples
make_cfit -old 20040830.gbr.fit > 20040830.gbr.cfit

Create a cfit format file from the fit file named "20040830.gbr.fit", the output file is called "20040830.gbr.cfit".

make_cfit 20040830.gbr.fitacf > 20040830.gbr.cfit

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