I’m trying to run ICA on chb-mit dataset, but the MNE seems like didn’t have the bipolar montage.When I try to use the ica.find_bads_muscle command, I get an error:WARNING:root:Did not find any electrode locations
I then tried adding a montage to my data but it seems that mne does not have a montage for the bipolar export.
My code:
Hello, this is to be expected, as a bipolar reference consists of two electrodes, hence it’s unclear which location belongs to the resulting value. What you could do is drop the “-X” part from the channel names and set a template montage; this way you would be able to visualize half the electrodes…
Thanks!
I have one more question.
If I drop the “-X” part from the channel names and set a template montage, and then apply ICA to the data, could this approach potentially affect the effectiveness of the ICA?