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

cat_fit

Syntax
cat_fit --help
cat_fit -old fitinputs... fitoutput
cat_fit -i -old fitinputs... fitoutput inxoutput
Synopsis

Concatenates a set of fit format files.

Options
--helpprint the help message and exit.
--versionprint the RST version number and exit.
-oldthe input file is a fit format file.
fitinputsfilenames of the fit format file to concatenate.
fitoutputfilename of the fit format file to create.
-icreate an associated index file to the fit format output file.
inxoutputfilename of the index file to create.
Description

Concatenates a set of fit format files.

Examples
cat_fit -old 19981020.*.gbr.fit 19981020.gbr.C.fit

Concatenates together all files called "19981020.*.gbr.fit" to produce a file called "19981020.gbr.C.fit".

cat_fit -i -old 19981020.*.kap.fit 19981020.kap.C.fit 19981020.kap.C.inx

Concatenates together all files called "19981020.*.kap.fit" to produce a file called "19981020.kap.C.fit" and the associated index file "19981020.kap.C.inx".