Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cal: Minor fixes in power container, add unit test | Martin Braun | 2020-05-26 | 1 | -0/+24 |
| | | | | | | | - min_power and max_power arguments were swapped. They were always called correctly, so this is more of a documentation fix. - Add a unit test for the case where power values are not regular, which is the normal case with real data. | ||||
* | cal: Add pwr_cal container | Martin Braun | 2020-04-17 | 1 | -0/+134 |
This is a cal container for all types of power cal (RX or TX) that rely on a single, overall gain value. Includes Python API. |