Skip to content

Commit f57252e

Browse files
committed
add extra stream
1 parent e615e55 commit f57252e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

neo/rawio/plexon2rawio/plexon2rawio.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,7 @@ def _parse_header(self):
196196
"FP": "FPl-Low Pass Filtered",
197197
"SP": "SPKC-High Pass Filtered",
198198
"AI": "AI-Auxiliary Input",
199+
"AIF": "AIF-Auxiliary Input Filtered",
199200
}
200201

201202
unique_stream_ids = np.unique(signal_channels["stream_id"])

neo/rawio/plexonrawio.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -290,6 +290,7 @@ def _parse_header(self):
290290
"FP": "FPl-Low Pass Filtered",
291291
"SP": "SPKC-High Pass Filtered",
292292
"AI": "AI-Auxiliary Input",
293+
"AIF": "AIF-Auxiliary Input Filtered",
293294
}
294295

295296
unique_stream_ids = np.unique(signal_channels["stream_id"])

0 commit comments

Comments
 (0)