[Mne_analysis] No digitization points found

Alexandre Gramfort alexandre.gramfort at inria.fr
Sun Mar 15 06:58:32 EDT 2020
Search archives:

        External Email - Use Caution        

hi,

if you can read your sfp file with read_custom_montage you can then
use set_montage

montage = mne.channels.read_custom_montage('xxx.sfp')
raw.set_montage(montage)

should just work. Montage is already a DigMontage so no need to call
make_dig_montage

HTH
Alex


On Sat, Mar 14, 2020 at 8:56 PM Andrade Rey René
<rene.andrade at edu.uah.es> wrote:
>
>         External Email - Use Caution
>
> Dear MNE experts:
>
> I have this issue because I don’t know how to manage a file .sfp for digitization. I have read the file with read_custom_montage but then I cannot use make_dig_montage. How is the proper way to do this?
>
> SIncerely,
> Andrade.
>
> _______________________________________________
> Mne_analysis mailing list
> Mne_analysis at nmr.mgh.harvard.edu
> https://mail.nmr.mgh.harvard.edu/mailman/listinfo/mne_analysis



More information about the Mne_analysis mailing list