Skip to content

Commit 8399d49

Browse files
committed
IMPROVEMENT: Andy Piper fix to tempcal script
1 parent 6a968a8 commit 8399d49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MethodicConfigurator/tempcal_imu.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ def IMUfit(logfile, outfile, # pylint: disable=too-many-locals, too-many-bra
352352
stype = m.group(2)
353353
p = int(m.group(3))
354354
axis = m.group(4)
355-
if stop_capture[imu]:
355+
if stop_capture[imu] or c.enable[imu] == 2:
356356
continue
357357
if stype == 'ACC':
358358
c.set_acoeff(imu, axis, p, msg.Value/SCALE_FACTOR)

0 commit comments

Comments
 (0)