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 e615e55 commit f57252eCopy full SHA for f57252e
neo/rawio/plexon2rawio/plexon2rawio.py
@@ -196,6 +196,7 @@ def _parse_header(self):
196
"FP": "FPl-Low Pass Filtered",
197
"SP": "SPKC-High Pass Filtered",
198
"AI": "AI-Auxiliary Input",
199
+ "AIF": "AIF-Auxiliary Input Filtered",
200
}
201
202
unique_stream_ids = np.unique(signal_channels["stream_id"])
neo/rawio/plexonrawio.py
@@ -290,6 +290,7 @@ def _parse_header(self):
290
291
292
293
294
295
296
0 commit comments