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

make_info

Syntax
make_info --help
make_info [fitacfnames...]
make_info -old fitname
make_info -fit fitacfname
make_info -raw rawacfname
make_info -raw -old rawname
make_info -cfit cfitnames...
Synopsis

Extract information (metadata) from dat, rawacf, fit, fitacf or cfit format files.

Options
--helpprint the help message and exit.
--versionprint the RST version number and exit.
fitacfnamesfilenames of the fitacf format files. If this is omitted the file is read from standard input.
-oldfiles are in the dat or fit format.
fitnamefilename of the fit format file.
-fitfiles are in the fit or fitacf format [default].
-rawfiles are in the raw (dat) or rawacf format.
rawacfnamefilename of the rawacf format file.
rawnamefilename of the raw (dat) format file.
-cfitfiles are in the cfit format.
cfitnamesfilenames of the cfit format files.
Description

Extract information (metadata) from dat, rawacf, fit, fitacf or cfit format files.

The extracted information is written to standard output.

Examples
make_info -old 20040830.gbr.fit > 20040830.gbr.info

Extract information from the fit file "20040830.gbr.fit" and store it in the file "20040830.gbr.info".

make_info 20040830.gbr.fitacf > 20040830.gbr.info

Extract information from the fitacf file "20040830.gbr.fitacf" and store it in the file "20040830.gbr.info".