Hi,
we recently installed the mne 1.3.1 and now we have a problem with the coregistration. This problem only seems to occur with EEG data (fif file format), but not with MEG or MEEG. The window opens normally, but when loading the fif file which contains the digitization points, only the fiducials are displayed. The EEG sensor points are not visible. They also donāt appear after using fitting options or changing the scaling. Also when loading a trans file of the same recording (made with previous mne versions), only the fiducials are visible.
- MNE version: 1.3.1
- operating system:Windows 10
Code:
import os.path as op
import mne
subjects_dir = op.join('L:/','nttk_palva','Projects', 'VWM','derivatives','')
mne.gui.coregistration(subject="S0204", subjects_dir=subjects_dir)
Output:
mne.gui.coregistration(subject=āS0204ā, subjects_dir = subjects_dir)
Using pyvistaqt 3d backend.
Using high resolution head model in L:\nttk_palva\Projects\VWM\derivatives\S0204\bem\S0204-head-dense.fif
Triangle neighbors and vertex normalsā¦
Using fiducials from: L:\nttk_palva\Projects\VWM\derivatives\S0204\bem\S0204-fiducials.fif.
Using high resolution head model in L:\nttk_palva\Projects\VWM\derivatives\S0006\bem\S0006-head-dense.fif
Triangle neighbors and vertex normalsā¦
Using fiducials from: L:\nttk_palva\Projects\VWM\derivatives\S0006\bem\S0006 new-fiducials.fif.
Using fiducials from: L:\nttk_palva\Projects\VWM\derivatives\S0006\bem\S0006 new-fiducials.fif.
Placing MRI fiducials - LPA
Using high resolution head model in L:\nttk_palva\Projects\VWM\derivatives\S0204\bem\S0204-head-dense.fif
Triangle neighbors and vertex normalsā¦
Using fiducials from: L:\nttk_palva\Projects\VWM\derivatives\S0204\bem\S0204-fiducials.fif.
Loading MRI fiducials from L:\nttk_palva\Projects\VWM\derivatives\S0204\bem\S0204-fiducials.fifā¦ Done!
Using S0204-head-dense.fif for head surface.
1 BEM surfaces found
Reading a surfaceā¦
[done]
1 BEM surfaces read
Loading MRI fiducials from L:\nttk_palva\Projects\VWM\derivatives\S0204\bem\S0204-fiducials.fifā¦ Done!
Using S0204-head-dense.fif for head surface.
1 BEM surfaces found
Reading a surfaceā¦
[done]
1 BEM surfaces read
Out[5]: <mne.gui._coreg.CoregistrationUI at 0x212a0aeec20>Using S0204-head-dense.fif for head surface.
1 BEM surfaces found
Reading a surfaceā¦
[done]
1 BEM surfaces read
Channel types:: eeg: 257
Thanks!