| Syntax |
|
iq_time --help iq_time [iqdatname]
|
| Synopsis |
| Extracts timing and frequency information from a iqdat format file. |
| Options |
|
--help | print the help message and exit. |
--version | print the RST version number and exit. |
-vb | verbose. Log information to the console. |
iqdatname | filename of the iqdat format file to read. If this is omitted, the file will be read from standard input |
|
| Description |
| Extracts timing and frequency information from a iqdat format file.
The extracted section will be written to standard output |
| Examples |
|
iq_time 19990410.gbr.iqdat > 1999041022.gbr.iqdat.txt |
Extract timing and frequency information from the iqdat file "19990410.gbr.iqdat" to produce the plain-text file "1999041022.gbr.iqdat.txt".
|