Not able to load the digitization source using MNE coreg based on CTF data

External Email - Use Caution

Dear experts

I collected MEG data using a CTF 275, and I am learning coregistration following the tutorials show below:

Tutorial 1
https://www.martinos.org/mne/stable/auto_tutorials/source-modeling/plot_source_alignment.html?highlight=mne%20gui%20coregistration

Tutorial 2
https://www.slideshare.net/mne-python/mnepython-coregistration

I am not able to load the digitization source on the GUI of MNE coreg (version 0.17.2). The MNE coreg crashes when I tried to load the raw data (.ds folder), I attached the errors by copy & paste from terminal after it crashing. I notice that, in both tutorials, the raw datas were ?fif? format, different with mine ?.ds?, I am therefore wondering whether the problem was due to the file format or I did something wrong? Could you help how can I solve it?

Thanks

Bo
bo.zhang at pku.edu.cn <mailto:bo.zhang at pku.edu.cn>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.nmr.mgh.harvard.edu/pipermail/mne_analysis/attachments/20190619/25056270/attachment-0003.html
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Screen Shot 2019-06-19 at 2.27.57 AM.png
Type: image/png
Size: 919854 bytes
Desc: not available
Url : http://mail.nmr.mgh.harvard.edu/pipermail/mne_analysis/attachments/20190619/25056270/attachment-0001.png
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.nmr.mgh.harvard.edu/pipermail/mne_analysis/attachments/20190619/25056270/attachment-0004.html
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: errors from terminal after mne coreg crashes.txt
Url: http://mail.nmr.mgh.harvard.edu/pipermail/mne_analysis/attachments/20190619/25056270/attachment-0001.txt
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.nmr.mgh.harvard.edu/pipermail/mne_analysis/attachments/20190619/25056270/attachment-0005.html

External Email - Use Caution

Hi Bo,

I suspect that you are right ? the coregistration GUI expects a *.fif file.
You can save your info to a fif file (which should be small) and use that
for coregistration.

from mne.io import write_info
write_info(info_fname, raw.info)

Hope that helps.

Best,
Mainak

        External Email - Use Caution

Dear experts

I collected MEG data using a CTF 275, and I am learning coregistration
following the tutorials show below:

Tutorial 1

Page Redirection

Tutorial 2
MNE-Python Coregistration | PPT

I am not able to load the digitization source on the GUI of MNE coreg
(version 0.17.2). The MNE coreg crashes when I tried to load the raw data
(.ds folder), I attached the errors by copy & paste from terminal after it
crashing. I notice that, in both tutorials, the raw datas were ?fif?
format, different with mine ?.ds?, I am therefore wondering whether the
problem was due to the file format or I did something wrong? Could you help
how can I solve it?

Thanks

Bo
bo.zhang at pku.edu.cn

_______________________________________________
Mne_analysis mailing list
Mne_analysis at nmr.mgh.harvard.edu
Mne_analysis Info Page

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

1 Like