[MNE help] Getting electrode positions from DigMontage

External Email - Use Caution

hi,

i don't think we have a public function to do this but you can use:

m = mne.channels.make_standard_montage('biosemi32')
m._get_ch_pos()

note that this is using a private function

Alex