Home| superdarn |src.bin|os| iqwrite Index

iqwrite

Syntax
iqwrite --help
iqwrite [options]
Synopsis

Stores raw I&Q sample data in iqdat files.

Options
--helpprint the help message and exit.
--versionprint the RST version number and exit.
-lp lportlisten for raw I&Q sample data on the local port number lport (default is 44100).
-eh ehostconnect to the error logger at hostname or IP address ehost (default is localhost).
-ep eportconnect to the error logger at port number eport (default is 44000).
-t thrapply a threshold of thr to determine if the data are saved.
-c chnappend an optional channel identifier chn to the output filename.
Description

Stores raw I&Q sample data in iqdat files, opening a new file every 2 hours.

Examples
iqwrite -lp 44101 -ep 44000 &

Connect to the raw I&Q sample data stream from the active control program at the local port number 44101 and write the data to a new iqdat file every 2 hours. Error messages are sent to the error logger on port number 44000.