set EDF+ electrode site

Dear all,

I have some EDF+ data.
(an example as sample.edf)
How should I set the electrode sites for further analysis ?

Thank you very much!

Jiunn-Horng Kang
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.nmr.mgh.harvard.edu/pipermail/mne_analysis/attachments/20170108/7dc20224/attachment-0001.html
-------------- next part --------------
A non-text attachment was scrubbed...
Name: sample.EDF
Type: application/octet-stream
Size: 5134918 bytes
Desc: not available
Url : http://mail.nmr.mgh.harvard.edu/pipermail/mne_analysis/attachments/20170108/7dc20224/attachment-0001.obj

Hi Jiunn-Horng,

Do you have digitized locations of the electrodes you want to use or do you
want to use a template of channel locations?
If you're using digitized position, you can use
`mne.channels.read_dig_montage`. If you're using a template, you can use
`mne.channels.read_montage`. With this option, you would need to know what
kind of channel montage you have.

Hope this helps,