Hello!
i have problems with setting electrode locations.
My code is:
montage = ‘standard_1020’
raw.set_montage(montage)
and the error is:
ValueError: DigMontage is only a subset of info. There are 16 channel positions not present in the DigMontage. The channels missing from the montage are:
[‘L_Mast-0’, ‘R_Mast-0’, ‘L_Sup-0’, ‘R_Sup-0’, ‘L_Lat-0’, ‘R_Lat-0’, ‘L_Inf-0’, ‘R_Inf-0’, ‘L_Mast-1’, ‘R_Mast-1’, ‘L_Sup-1’, ‘R_Sup-1’, ‘L_Lat-1’, ‘R_Lat-1’, ‘L_Inf-1’, ‘R_Inf-1’].
Consider using inst.rename_channels to match the montage nomenclature, or inst.set_channel_types if these are not EEG channels, or use the on_missing parameter if the channel positions are allowed to be unknown in your analyses.
I dont know what is this, help please!
Thanks