Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

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 10)
  • [-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)
  • [-e optional encoder size] - This will default based on the radar port number, either 4096 for legacy or 5600 for newer, this should only be used if the radar is very old with 4000 count encoder

File Replay Options

  • [-s file] - Cambridge Pixel CPR file

Step-by-step guide

 

  • No labels