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
The sample_count_rate function is written into the qt3scan DAQ controller interface. It is implemented in various locations. However, all of those implementations are the same: count rate = raw counts * clock_rate / num_clock_ticks. We should probably remove this from the interface and implementations and provide a utility function (or other).
The text was updated successfully, but these errors were encountered:
The
sample_count_rate
function is written into the qt3scan DAQ controller interface. It is implemented in various locations. However, all of those implementations are the same:count rate = raw counts * clock_rate / num_clock_ticks
. We should probably remove this from the interface and implementations and provide a utility function (or other).The text was updated successfully, but these errors were encountered: