We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46530c0 commit 90a1c4bCopy full SHA for 90a1c4b
1 file changed
src/explorepy/tools.py
@@ -459,7 +459,7 @@ def initialize_outlets(self):
459
source_id=self.device_name + "_ExG")
460
info_exg.desc().append_child_value("manufacturer", "Mentalab")
461
channels = info_exg.desc().append_child("channels")
462
- for i, mask in enumerate(self.adc_mask):
+ for i, mask in enumerate(reversed(self.adc_mask)):
463
if mask == 1:
464
channels.append_child("channel") \
465
.append_child_value("name", self.channel_names[i]) \
0 commit comments