Hi
From a separate analysis on pet-data using DOT I have a .xfm
regestration file that registers my low resolution data (in .mnc format) to my MRI T1 data (also in .mnc format). Is there any way I can convert this xfm file to the register.dat required by freesurfer to load the analysis result as an overlay?
I have read that this command should do the job
tkregister2 --mov func.mnc --xfm your.xfm --s yoursubjectname --reg register.dat
, but I get the following error message: ERROR: Option --xfm unknown
Thanks, Carsten