Inconsistent and probably problematic behaviors in coregistration
See original GitHub issueDescribe the bug
Hi, I’ve noticed some inconsistent and probably problematic behaviors in mne coreg. The problems are recorded in the video.
- The values in MRI Fiducials are not always updated when the user clicks on different positions. For example, the coordinates of nasion are not updated in
00:02-00:09but that of LPA are updated in00:12-00:17. Then, the coordinates of RPA are not updated in00:17-00:20. It’s really frustrating to understand what’s happening… - When the values in MRI Fiducials are provided by the user, the coordinate system seems to be inverted. The weird behavior can be viewed from
00:25to the end of the video.
Because the MRI images were acquired in a fMRI experiment which required the participants to wear goggles and headphones, sometimes I need to use FreeView to find the possible coordinates for better coregistration results. The above problems make it hard to do that.
Nothing was shown on the terminal running mne coreg.
Expected results
Reasonable coregistration.
Actual results
Confusing behaviors in mne coreg.
Additional information
OS: Ubuntu 20.04 mne.sys_info()
Platform: Linux-5.8.0-40-generic-x86_64-with-glibc2.10
Python: 3.8.5 (default, Sep 4 2020, 07:30:14) [GCC 7.3.0]
Executable: /home/ntubabylab/anaconda3/envs/mne/bin/python
CPU: x86_64: 12 cores
Memory: 62.8 GB
mne: 0.22.0
numpy: 1.19.2 {blas=mkl_rt, lapack=mkl_rt}
scipy: 1.5.2
matplotlib: 3.3.2 {backend=Qt5Agg}
sklearn: 0.23.2
numba: 0.51.2
nibabel: 3.2.0
nilearn: Not found
dipy: Not found
cupy: 8.1.0
pandas: 1.1.3
mayavi: 4.7.2
pyvista: 0.26.1 {pyvistaqt=0.2.0, OpenGL 4.5.0 NVIDIA 450.102.04 via GeForce GTX 1660/PCIe/SSE2}
vtk: 9.0.1
PyQt5: 5.15.1
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
Neural sensitivity to conflicting attitudes supports greater ...
Early adolescents show overall low rates of conformity to conflicting attitudes. •. Adolescents conform more to peers' attitudes towards constructive than ...
Read more >SPM12 Manual - Wellcome Centre for Human Neuroimaging
12.8.19Remove bad trials: spm_eeg_remove_bad_trials . ... lation is probably OK for PET, but not so suitable for fMRI because higher degree ...
Read more >Automated Voxel Placement: A Linux-based Suite of Tools for ...
Inconsistent and unreliable voxel placement between subjects remains a significant obstacle for SVS research studies. The aim of the present ...
Read more >Stuck on semantics: Processing of irrelevant object-scene ...
Stuck on semantics: Processing of irrelevant object-scene inconsistencies modulates ongoing gaze behavior. Tim H. W. Cornelissen &; Melissa L.-H ...
Read more >Image Processing Tips and Tricks - Neuroimaging Core
>jaccard.sh cube cubeW WARNING:: Inconsistent orientations for individual images in pipeline! Will use voxel-based orientation which is probably incorrect ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

@larsoner I would also expect the nasion coordinates to be updated after each click not only after switching to another fiducial point and then back to nasion.
@larsoner it solves the problems and works smoothly, thank you!