Skip to content

Commit

Permalink
no roundtrip survive [skip ci] [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
sappelhoff committed Sep 19, 2024
1 parent ebaca94 commit 094716d
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions mne/io/brainvision/brainvision.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,10 @@ class RawBrainVision(BaseRaw):
Notes
-----
If the BrainVision header file contains impedance measurements, these may be
accessed using ``raw.impedances`` after reading using this function.
accessed using ``raw.impedances`` after reading using this function. However,
this attribute will NOT be available after a save and re-load of the data.
That is, it is only available when reading data directly from the BrainVision
header file.
BrainVision markers consist of a type and a description (in addition to other fields
like onset and duration). In contrast, annotations in MNE only have a description.
Expand Down Expand Up @@ -981,7 +984,10 @@ def read_raw_brainvision(
Notes
-----
If the BrainVision header file contains impedance measurements, these may be
accessed using ``raw.impedances`` after reading using this function.
accessed using ``raw.impedances`` after reading using this function. However,
this attribute will NOT be available after a save and re-load of the data.
That is, it is only available when reading data directly from the BrainVision
header file.
BrainVision markers consist of a type and a description (in addition to other fields
like onset and duration). In contrast, annotations in MNE only have a description.
Expand Down

0 comments on commit 094716d

Please sign in to comment.