Skip to content

Commit 90a1c4b

Browse files
authored
Update tools.py (#449)
1 parent 46530c0 commit 90a1c4b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/explorepy/tools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@ def initialize_outlets(self):
459459
source_id=self.device_name + "_ExG")
460460
info_exg.desc().append_child_value("manufacturer", "Mentalab")
461461
channels = info_exg.desc().append_child("channels")
462-
for i, mask in enumerate(self.adc_mask):
462+
for i, mask in enumerate(reversed(self.adc_mask)):
463463
if mask == 1:
464464
channels.append_child("channel") \
465465
.append_child_value("name", self.channel_names[i]) \

0 commit comments

Comments
 (0)