Commit 4d12fe41 authored by Olivier Kaufmann's avatar Olivier Kaufmann
Browse files

Rewrites rs_check

Showing with 1 addition and 1 deletion
+1 -1
......@@ -665,7 +665,7 @@ class OhmPi(object):
"""
# create custom sequence where MN == AB
# we only check the electrodes which are in the sequence (not all might be connected)
if self.sequence is None or not self.use_mux:
if self.sequence is None:
quads = np.array([[1, 2, 1, 2]], dtype=np.uint32)
else:
elec = np.sort(np.unique(self.sequence.flatten())) # assumed order
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment