Getting Error: RuntimeError: No digitization points found

External Email - Use Caution

Hi mne group,

when executing the module ica.plot_properties() or ica.plot_components(),
the compiler return an error "RuntimeError: No digitization points found.".
May I know where did I do wrong?

For easy error replication, the code and .edf file is accessible via the
link
https://drive.google.com/file/d/1tcQONFWcGN421HLMgfGH_O2Andj0QzyY/view?usp=s
haring

Regards

Rpb

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.nmr.mgh.harvard.edu/pipermail/mne_analysis/attachments/20201030/1e6b8609/attachment.html

External Email - Use Caution

you cannot plot a topography if you don't have electrode coordinates.

it is what it says

HTH
Alex

External Email - Use Caution

If you're using a standard cap setup, then you can load in the
standardized coordinates:

https://mne.tools/stable/generated/mne.channels.make_standard_montage.html#mne.channels.make_standard_montage

Phillip