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