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