diff options
author | Martin Braun <martin.braun@ettus.com> | 2020-03-10 13:44:34 -0700 |
---|---|---|
committer | Aaron Rossetto <aaron.rossetto@ni.com> | 2020-04-02 11:55:17 -0500 |
commit | 0221d3fdf8998f5d4f985c4fb5a126f41fbd2706 (patch) | |
tree | e4b4fc0ce1e717c70fc8bbb56c63bb5518f96f78 /host/docs | |
parent | a1f96194696494b756d691ff54e384a1ce478fc2 (diff) | |
download | uhd-0221d3fdf8998f5d4f985c4fb5a126f41fbd2706.tar.gz uhd-0221d3fdf8998f5d4f985c4fb5a126f41fbd2706.tar.bz2 uhd-0221d3fdf8998f5d4f985c4fb5a126f41fbd2706.zip |
utils: Add convert_cal_data utility
This will convert cal data files based on CSV to the new binary format.
In most cases, running
./convert_cal_data.py
is sufficient.
Diffstat (limited to 'host/docs')
-rw-r--r-- | host/docs/calibration.dox | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/host/docs/calibration.dox b/host/docs/calibration.dox index b9b82e5c7..764060bb8 100644 --- a/host/docs/calibration.dox +++ b/host/docs/calibration.dox @@ -88,6 +88,8 @@ utilities will automatically generate the calibration data in the new format. To convert existing calbration data to the new format, use the convert_cal_data.py utility. By default, it will convert all existing data. Use `convert_cal_data.py --help` to get a full list of command line options. +The tool is installed with the other utilities, for example into `/usr/share/lib/uhd/utils`, +depending on your OS and CMake settings. \subsection ignore_cal_file Ignoring Calibration Files |