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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user