As mentioned in #4400, these two montages seem to have duplicate channel positions:
mne/channels/montages/standard_postfixed.elc
mne/channels/montages/standard_primed.elc
Furthermore, we currently have no description for mne/channels/montages/10-5-System_Mastoids_EGI129.csd, which contains a total of 465 locations. The last 129 locations are just numbers. Besides the cumbersome file name, we should make sure that this is a valid and useful montage (this file was also not documented in the docstring of the read_montage function).
EDIT by @larsoner: We should:
- Deprecate
transform=False -> True for internal consistency.
- Make
montage.plot do something smart with overlapping locations (newline separation?)
As mentioned in #4400, these two montages seem to have duplicate channel positions:
mne/channels/montages/standard_postfixed.elcmne/channels/montages/standard_primed.elcFurthermore, we currently have no description for
mne/channels/montages/10-5-System_Mastoids_EGI129.csd, which contains a total of 465 locations. The last 129 locations are just numbers. Besides the cumbersome file name, we should make sure that this is a valid and useful montage (this file was also not documented in the docstring of theread_montagefunction).EDIT by @larsoner: We should:
transform=False->Truefor internal consistency.montage.plotdo something smart with overlapping locations (newline separation?)