Remove errant factor of 4 in smurf_control.setup()
call to set_lms_delay()
#789
Labels
bug
Something isn't working
smurf_control.setup()
call to set_lms_delay()
#789
Description of this problem in simonsobs/sodetlib#423. The factor of 4 here -
pysmurf/python/pysmurf/client/base/smurf_control.py
Line 551 in e8db801
This bug prevents users from properly setting the lmsDelay from their pysmurf cfg file (since it gets multiplied by this hidden 4 and then usually overflows the lmsDelay register under the hood, causing it to error out and be zero). lmsDelay is a very important parameter required for tracking.
The text was updated successfully, but these errors were encountered: