RadarDataDumper is a tool required for generating files to be used in the RadarDataVisualiser client user interface.
The RadarDataDumper can be used to generate files from an actual radar or from a cpr recording file
Command Line Options
Network Capture
Usage: RadarDataDumper.exe (For Network Capture) [-i ip address] [-p port] [-o output prefix] [-n numsamples] [-a numazimuths] [-d start delay secs] [-t time to dump] [-c short term time constant] [-l long term time constant] [-e optional encoder size]
File Replay
Usage: RadarDataDumper.exe (For File Replay) [-s file] [-o output prefix] [-n numsamples] [-a numazimuths] [-t time to dump] [-d start delay secs] [-c short term time constant] [-l long term time constant]
Common Options
- [-o output prefix] - Text to prefix dump files with
- [-n numsamples] - Range in bins of radar / recording
- [-a numazimuths] - Number of azimuths per rotation e.g CDR this 400
- [-d start delay secs] - Delay before system will start recording data (default 120)
- [-t time to dump] - Time in seconds to record, the recorder will dump the data once a second for -t seconds (default 120)
- [-c short term time constant] - Short term clutter constant (default 0.85)
- [-l long term time constant] - Long term clutter constant (default 0.995)
Network Capture Options
- [-i ip address] - IP Address of radar (default 192.168.0.1)
- [-p port] - Radar data port (default 6317)
File Replay Options
Step-by-step guide
Related articles