From 489d3fb810f7a14f54c261a5d0fed4a801abcbe2 Mon Sep 17 00:00:00 2001 From: TheoQM Date: Tue, 14 May 2024 11:34:55 +0200 Subject: [PATCH] Changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b41e5a2..c3f9aa16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ## [Unreleased] +### Fixed +- octave_tools - Fix bug when setting calibrate to False in ``get_correction_for_each_LO_and_IF()``. + +### Added +- octave_tools - Added the possibility to pass the AutoCalibrationParams to ``get_correction_for_each_LO_and_IF()`` to customize the calibration parameters (IF_amplitude for instance). ## [0.17.4] - 2024-05-07 ### Fixed