Hi! I’m new to MNE and EEG processing.
I’ve run some experiments with a Biosemi ActiveTwo with 64 channels and used some external channels (EXG1 and EXG2) in mastoids in order to re-reference the signal prior to the data cleaning and analysis process.
However, when setting the montaje with raw.set_montage(“biosemi64”), I got:
ValueError: DigMontage is only a subset of info. There are 2 channel positions not present in the DigMontage. The channels missing from the montage are: [‘EXG1’, ‘EXG2’].
I could solve it by setting the channel type to eog or misc. But maybe there is a more straighforward way or maybe I’m missing something with the montage.
Thanks
Fede