Skip to content

Commit

Permalink
IMPROVEMENT: Andy Piper fix to tempcal script
Browse files Browse the repository at this point in the history
  • Loading branch information
amilcarlucas committed Aug 3, 2024
1 parent 8f0456f commit f182273
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MethodicConfigurator/tempcal_imu.py
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ def IMUfit(logfile, outfile, # pylint: disable=too-many-locals, too-many-bra
stype = m.group(2)
p = int(m.group(3))
axis = m.group(4)
if stop_capture[imu]:
if stop_capture[imu] or c.enable[imu] == 2:
continue
if stype == 'ACC':
c.set_acoeff(imu, axis, p, msg.Value/SCALE_FACTOR)
Expand Down

0 comments on commit f182273

Please sign in to comment.