1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-07-24 11:04:10 -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
+24 -1
View File
@@ -6172,6 +6172,12 @@ margin-bottom: 20px;
"items" : {
"$ref" : "#/definitions/SpectrumAnnotationMarker"
}
},
"calibrationPoints" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/SpectrumCalibrationPoint"
}
}
},
"description" : "GLSpectrumGUI settings"
@@ -11812,6 +11818,23 @@ margin-bottom: 20px;
}
},
"description" : "Spectrum annotation marker settings"
};
defs.SpectrumCalibrationPoint = {
"properties" : {
"frequency" : {
"type" : "integer",
"format" : "int64"
},
"powerRelativeReference" : {
"type" : "number",
"format" : "float"
},
"powerAbsoluteReference" : {
"type" : "number",
"format" : "float"
}
},
"description" : "Spectrum calibration point settings"
};
defs.SpectrumHistogramMarker = {
"properties" : {
@@ -51973,7 +51996,7 @@ except ApiException as e:
</div>
<div id="generator">
<div class="content">
Generated 2022-01-22T07:01:26.727+01:00
Generated 2022-01-29T10:45:16.003+01:00
</div>
</div>
</div>