However, after I do that plot, I ran the ICA and I get the IC with the positions of the electrodes incorrect. Why are the electrodes in the IC positioned differently that in the raw.plot_sensors()? And how can I make them be in the same positions as in the sensor plot? Thank you
For plotting the topoplot I used raw.plot_sensors(kind=‘topomap’, show_names=True, show=False,sphere=‘auto’) and for plotting the ICs from the ICA I used ICA.plot_components()
sphere="auto" automatically fits the sphere to your digitization points; which by-passes any scaling (unit) issue. But the fact that the topographic plot on a sphere of radius 0.095 m (default of MNE) yields the ICA plot you see shows that there is a scaling issue somewhere.