Skip to content

Commit

Permalink
allow calibration to continue with missing measurements (better than …
Browse files Browse the repository at this point in the history
…doing nothing)
  • Loading branch information
jankae committed Sep 18, 2024
1 parent b9e4117 commit 5fd7734
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,6 @@ void Calibration::correctMeasurement(DeviceDriver::VNAMeasurement &d)
auto name = "S"+QString::number(pRcv)+QString::number(pSrc);
if(d.measurements.count(name) == 0) {
qWarning() << "Missing measurement for calibration:" << name;
return;
} else {
// grab measurement and remove isolation here
S(j,i) = d.measurements[name];
Expand Down

0 comments on commit 5fd7734

Please sign in to comment.