I am importing EEG data with BrainVision format. Originally, the names of the recorded channels are saved as numbers. I match the names to the preferred names of channels. I then try to set the montage but I get the following error: “info channel name inconsistency detected, please notify mne-python developers”. Any help regarding resolving this issue is appreciated. Here is my code:
Why not, although what additional checks does rename_channels perform? I always like to be able to directly manipulate something instead of using set_* functions.
In addition, how do we handle raw.info["ch_names"]?
btw this always confuses me when you say this, because to me, a property can have a “setter” via the “@setter” decorator that behaves transparently to the user … I guess what you mean is a dedicated set_* function, yes?