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
we count as 2 measurements. The num_measurements calculation should probably be done on a per channel basis. Then we have the new problem of choosing a value when the number of measurements is not uniform over the set of channels, but requires more infrastructure to solve.
Fixes issue #82.
Counts the number of measurements per "wire" and takes the max over the wires
for each sequence. Eventually we'd like to skip the `max` reduction and keep the
individual wire values.
For example:
we count as 1 measurement, but
we count as 2 measurements. The
num_measurements
calculation should probably be done on a per channel basis. Then we have the new problem of choosing a value when the number of measurements is not uniform over the set of channels, but requires more infrastructure to solve.cc @dieris
The text was updated successfully, but these errors were encountered: