You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are presently 2 timetagger hardware files; one in master (qudi/hardware/swabian_instruments/timetagger_fast_counter.py) and another in dev_timetagger (qudi/hardware/timetagger_counter.py). We should consolidate these two files as it is confusing as to what the difference is.
@latchr is there a reason that you removed the way channels are fetched from the config?
Lines 41 --> 56 are shown below. I have reinstated the second APD channel, but hardcoding is not a good solution. I would like to change them back to being fetched by ConfigOption.
What is affected by this bug?
There are presently 2 timetagger hardware files; one in master (
qudi/hardware/swabian_instruments/timetagger_fast_counter.py
) and another in dev_timetagger (qudi/hardware/timetagger_counter.py
). We should consolidate these two files as it is confusing as to what the difference is.Where on the platform does it happen?
qudi/hardware/swabian_instruments/timetagger_fast_counter.py
qudi/hardware/timetagger_counter.py
Expected behavior (i.e. solution)
Consolidate the two files, with separate slow counter and fast counter classes if required.
The text was updated successfully, but these errors were encountered: