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

rtcfit

Syntax
rtcfit --help
rtcfit [-vb] [-mp minpwr] [-L logname] [-p pathname] [-if pidname] host port
rtcfit -rpf [-vb] [-mp minpwr] [-L logname] [-p pathname] [-if pidname] host portname
Synopsis

Creates a cFit format file from a fitacf TCP/IP data stream.

Options
--helpprint the help message and exit.
--versionprint the RST version number and exit.
-vbverbose. Log information to the console.
-name stidspecify the radar code stid to use for the output filename (the default value is taken from the radar parameter block but can sometimes become corrupted and set to tst).
-mp minpwrfilter out data with values of lag-zero power less than minpwr.
-L lognamelog connections and information in the file logname. By default, connections are recorded in log.rt.
-p pathnamestore the daily files in the directory pathname.
-if pidnamerecord the process Identifier (PID) of the server in the file pidname. By default, the PID is recorded in pid.id.
hosthostname or IP number of the system to connect to.
rportport number to connect to on the server.
-rpfThe remote port number is stored in a text file.
rportnamefilename of the text file containing the remote port number.
Description

Creates a cFit format file from a fitacf TCP/IP data stream.

The data is written to a file called "yyyymmdd.iii.cfit" where yyyy is the year, mm is the month, dd is the day, and iii is the radar identifier code.

Examples
make_cfit -L log -if pid.id kapqnx.jhuapl.edu 1024

Generates cfit files from the host "kapqnx.jhuapl.edu", served at port 1024. The process identifier is recorded in the file "pid.id", and logs of all transactions are recorded in the file "log.yyyymmdd" where yyyy is the year, mm is the month, and dd is the day.

make_cfit -L log -if pid.id -rpf port.kap kapqnx.jhuapl.edu

Generates cfit files from the host "kapqnx.jhuapl.edu", served at port contained in the file "port.kap". The process identifier is recorded in the file "pid.id", and logs of all transactions are recorded in the file "log.yyyymmdd" where yyyy is the year, mm is the month, and dd is the day.