1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-07-17 00:04:25 -04:00

Spectrum Calibration: implementation of calibration points management

This commit is contained in:
f4exb
2022-01-30 07:43:50 +01:00
parent 257a1f685e
commit 76c84c55d8
25 changed files with 1438 additions and 5 deletions
@@ -64,6 +64,19 @@ SpectrumAnnotationMarker:
* 1 - Only top marker visible
* 2 - Fully visible with text and full sized limits
SpectrumCalibrationPoint:
description: Spectrum calibration point settings
properties:
frequency:
type: integer
format: int64
powerRelativeReference:
type: number
format: float
powerAbsoluteReference:
type: number
format: float
GLSpectrum:
description: GLSpectrumGUI settings
properties:
@@ -159,3 +172,7 @@ GLSpectrum:
type: array
items:
$ref: "/doc/swagger/include/GLSpectrum.yaml#/SpectrumAnnotationMarker"
calibrationPoints:
type: array
items:
$ref: "/doc/swagger/include/GLSpectrum.yaml#/SpectrumCalibrationPoint"