Hi all,
Apologies for the screen shots :\ I can provide script snippets, but not sure what might be useful at this point.
Iām working with a team that includes people trained to use neuromagās dicom access to generate the fif format MRI (this is the pipeline they use for clinical data). They have done co -registration in neuromagās MRIlab from this dicom access created fif files.
Iām also working with some legacy code which uses mneās freesurfer tools.
If I load the COR.fif file and the bem meshes created with my legacy mne/freesurfer script into MRIlab, everything looks wonky.
If I load the COR.fif file (as the trans), and use mne.viz.plot_alignment, things look wonky.
Are these processes compatible?
The legacy script was written for
mne 0.15.2
and is running on Python 3.6.9 (default, Jan 26 2021, 15:33:00) on
Distributor ID: CentOS
Description: CentOS release 6.7 (Final)
(this os is also what we need to use for the neuromag softwares)
I am using a newer python/mne environment/distribution to do the visualization.
mne ā0.23.0ā
python 3.9
Distributor ID: Ubuntu
Description: Ubuntu 18.04.5 LTS
Release: 18.04
As I was poking around in the documentation, I found some instructions for using MRIlab for the coregistration, but this also used freesurfer for the MRI processing (not dicom access). I seem to recall some difference between freesurfer internal units and other MRI processing ones, but I canāt find that information now that Iām writing up this topic.
We agree that having the team use the Freesurfer generated MRI images would likely relieve this situation, but they have already done about 45 of these coregistrations, so thereās some motivation not to have to redo them.
Thanks for any thoughts,
Megan