changed to 9e6 because there is a plus 1 in the uC code
This commit is contained in:
@@ -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)))
|
||||
|
||||
Reference in New Issue
Block a user