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

trim_cfit

Syntax
trim_cfit --help
trim_cfit [-vb] [-sd yyyymmdd] [-st hr:mn] [-ed yyyymmdd] [-et hr:mn] [-ex hr:mn] [-cp cpid] [-cn channel] name
Synopsis

Extracts a section from a cfit format file.

Options
--helpprint the help message and exit.
--versionprint the RST version number and exit.
-vbverbose. Log information to the console.
-sd yyyymmddextract starting from the date yyyymmdd.
-st hr:mnextract starting from the time hr:mn.
-ed yyyymmddstop extracting at the date yyyymmdd.
-et hr:mnstop extracting at the time hr:mn.
-ex hr:mnextract an interval whose extent is hr:mn.
-cp cpextract only those records with the program identifier cp.
-cn channelextract only those records from channel channel.
namefilename of the cfit format file to trim. If this is omitted, the file is read from standard input.
Description
None
Examples
None