changed to 9e6 because there is a plus 1 in the uC code

This commit is contained in:
2026-05-27 14:03:27 +02:00
parent c224dc0233
commit 606fe1b716
+1 -1
View File
@@ -69,7 +69,7 @@ def main():
mtb.SetMeanCount(mean_count)
for ch_info in hv_channels:
ch = ch_info["channel"]
corr_ppm = ch_info["gain_error"] + 10e6
corr_ppm = ch_info["gain_error"] + 9e6
print(f"Channel {ch}: AdjustScaleI({corr_ppm:+.0f})")
mtb.SelectChannel(ch)
mtb.AdjustScaleI(int(round(corr_ppm)))