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

Version 1 Next »

Introduction

This tool is a stand alone program, which will read a .CPR file (a proprietary Cambridge Pixel format) and convert it to the Witness Colossus format, and save it as a .colraw file.

Contents



Using the Conversion Utility Tool

Please follow the steps to use the tool:

  1. Download the cpr_colossus_converter.exe tool and save it to the same location as the .cpr files that you wish to convert. Navtech downloads are located here: Navtech Tools Downloads.

  2. Open a windows Terminal and change directory to the directory containing the cpr_colossus_converter.exe

  3. Run a command to use the converter with a .cpr file with an encoder size. There are optional flags to manually set the amount of azimuths per rotation of the radar and disable compression of the data. For example;

    .\cpr_colossus_converter.exe -f .\20220609-122350-06A788F8.cpr -e 5600 -a 400 -c 1
  4. Press enter, you will see the radar data recording begin.

  5. This will complete and save the output as a .colraw file in the same folder.

Useful flags for converting:

-f to specify the file location of the .cpr file to convert-e to specify the radar's encoder size (The radar that was recorded in the .cpr file)

-a an optional flag to manually set the amount of azimuths per rotation of the radar (the amount of azimuths is automatically calculated by the tool, but could be incorrect for a dodgy recording)

-c another optional flag which will disable compression of the data (compression is enabled by default to save space)


Related Information

  • No labels