From b772b5b2cb8b0c55187142e69e4abe22ef27df5c Mon Sep 17 00:00:00 2001 From: Lars Amsel Date: Fri, 19 Jun 2020 13:29:33 +0200 Subject: cal: change default extension of calibration files Flatbuffers offers an option to set the default extension for binary files. Our calibration files have the extension .cal. Set the extension in all schema files to ease conversion between binary and text representation of calibration files. Updated documentation accordingly. --- host/docs/calibration.dox | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'host/docs') diff --git a/host/docs/calibration.dox b/host/docs/calibration.dox index 162bd8825..90beda82d 100644 --- a/host/docs/calibration.dox +++ b/host/docs/calibration.dox @@ -97,8 +97,8 @@ The JSON data can be converted back to binary using flatc -b /include/uhd/cal/_cal.fbs .json -This generates a `.bin` that can be read by the calibration routines -of UHD. To make UHD reading these files you need to rename it to `.cal`. +This generates a `.cal` that can be read by the calibration routines +of UHD. \subsection calibration_data_csv Converting UHD 3.x calibration data to UHD 4 -- cgit v1.2.3