Commit 22a099e
authored
Fix double µV conversion in BNCI2003-004 and BNCI2015-006 (#968)
EEG data in these two datasets was loaded in microvolts but labeled as
volts (FIFF_UNIT_V). When exported to EDF via mne_bids, a second V→µV
scaling was applied, producing values exceeding EDF's 8-character header
limit. Add the missing convert_units(from_unit="uV", to_unit="V") calls,
matching all other BNCI datasets.1 parent eb27ece commit 22a099e
3 files changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| 75 | + | |
75 | 76 | | |
76 | 77 | | |
77 | 78 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
533 | 533 | | |
534 | 534 | | |
535 | 535 | | |
536 | | - | |
| 536 | + | |
537 | 537 | | |
538 | 538 | | |
539 | 539 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
290 | 290 | | |
291 | 291 | | |
292 | 292 | | |
293 | | - | |
| 293 | + | |
294 | 294 | | |
295 | 295 | | |
296 | 296 | | |
| |||
0 commit comments