Dear all,
I am having trouble running tkregister2.
I get an error when I run tkregister2 on a subject after running autorecon1 (see below.) However, I also get an error when I run it on bert. It seems tkregister2 is searching for COR files, but I am using mgz format. Am I not using the correct flags?
My subjects directory contains the talairach subject included in the dev release. Do I need to download talairach separately?
Here is the output for subject 2335 and bert: [root@bwy-1-113mm talairach]$ tkregister2 --mgz --s 2335 --fstal INFO: no target volume specified, assuming FreeSurfer orig volume. target volume orig movable volume (null) reg file (null) LoadVol 1 $Id: tkregister2.c,v 1.37 2005/08/29 21:38:09 greve Exp $ Diagnostic Level -1 talairach.xfm --------------------- 1.002 0.050 -0.017 -3.539; -0.053 1.034 -0.076 -12.275; 0.014 0.081 1.091 -14.424; 0.000 0.000 0.000 1.000; corRead(): can't open file /freesurfer/subjects/talairach/mri/orig/COR-.info ERROR: could not read /freesurfer/subjects/talairach/mri/orig as 0
[root@bwy-1-113mm subjects]$ tkregister2 --mgz --s bert --fstal INFO: no target volume specified, assuming FreeSurfer orig volume. target volume orig movable volume (null) reg file (null) LoadVol 1 $Id: tkregister2.c,v 1.37 2005/08/29 21:38:09 greve Exp $ Diagnostic Level -1 talairach.xfm --------------------- 1.154 -0.024 0.046 -5.813; 0.014 0.941 0.131 -21.893; -0.048 -0.155 1.123 -0.730; 0.000 0.000 0.000 1.000; WARNING: can't find the talairach xform '/autofs/space/minerva_001/users/nicks/subjects/bert/mri/transforms/talairach.xfm' WARNING: transform is not loaded into mri corRead(): can't open file /freesurfer/subjects/talairach/mri/orig/COR-.info ERROR: could not read /freesurfer/subjects/talairach/mri/orig as 0 [root@bwy-1-113mm subjects]$
Any help is greatly appreciated.
Thanks, Sasha
Sasha Wolosin Research Assistant Developmental Cognitive Neurology Kennedy Krieger Institute 707 N. Broadway Baltimore, MD 21205 ph: (443) 923-9270 wolosin@kennedykrieger.org
Disclaimer: The materials in this e-mail are private and may contain Protected Health Information. Please note that e-mail is not necessarily confidential or secure. Your use of e-mail constitutes your acknowledgment of these confidentiality and security limitations. If you are not the intended recipient, be advised that any unauthorized use, disclosure, copying, distribution, or the taking of any action in reliance on the contents of this information is strictly prohibited. If you have received this e-mail in error, please immediately notify the sender via telephone or return e-mail.
I just fixed this error. For those in the nmr center, the fix will be live tomorrow. For those outside, you can download a new Linux version from: ftp://surfer.nmr.mgh.harvard.edu/transfer/outgoing/flat/greve/
Sasha Wolosin wrote:
Dear all,
I am having trouble running tkregister2.
I get an error when I run tkregister2 on a subject after running autorecon1 (see below.) However, I also get an error when I run it on bert. It seems tkregister2 is searching for COR files, but I am using mgz format. Am I not using the correct flags?
My subjects directory contains the talairach subject included in the dev release. Do I need to download talairach separately?
Here is the output for subject 2335 and bert: [root@bwy-1-113mm talairach]$ tkregister2 --mgz --s 2335 --fstal INFO: no target volume specified, assuming FreeSurfer orig volume. target volume orig movable volume (null) reg file (null) LoadVol 1 $Id: tkregister2.c,v 1.37 2005/08/29 21:38:09 greve Exp $ Diagnostic Level -1 talairach.xfm --------------------- 1.002 0.050 -0.017 -3.539; -0.053 1.034 -0.076 -12.275; 0.014 0.081 1.091 -14.424; 0.000 0.000 0.000 1.000; corRead(): can't open file /freesurfer/subjects/talairach/mri/orig/COR-.info ERROR: could not read /freesurfer/subjects/talairach/mri/orig as 0
[root@bwy-1-113mm subjects]$ tkregister2 --mgz --s bert --fstal INFO: no target volume specified, assuming FreeSurfer orig volume. target volume orig movable volume (null) reg file (null) LoadVol 1 $Id: tkregister2.c,v 1.37 2005/08/29 21:38:09 greve Exp $ Diagnostic Level -1 talairach.xfm --------------------- 1.154 -0.024 0.046 -5.813; 0.014 0.941 0.131 -21.893; -0.048 -0.155 1.123 -0.730; 0.000 0.000 0.000 1.000; WARNING: can't find the talairach xform '/autofs/space/minerva_001/users/nicks/subjects/bert/mri/transforms/talairach.xfm' WARNING: transform is not loaded into mri corRead(): can't open file /freesurfer/subjects/talairach/mri/orig/COR-.info ERROR: could not read /freesurfer/subjects/talairach/mri/orig as 0 [root@bwy-1-113mm subjects]$
Any help is greatly appreciated.
Thanks, Sasha
Sasha Wolosin Research Assistant Developmental Cognitive Neurology Kennedy Krieger Institute 707 N. Broadway Baltimore, MD 21205 ph: (443) 923-9270 wolosin@kennedykrieger.org
Disclaimer: The materials in this e-mail are private and may contain Protected Health Information. Please note that e-mail is not necessarily confidential or secure. Your use of e-mail constitutes your acknowledgment of these confidentiality and security limitations. If you are not the intended recipient, be advised that any unauthorized use, disclosure, copying, distribution, or the taking of any action in reliance on the contents of this information is strictly prohibited. If you have received this e-mail in error, please immediately notify the sender via telephone or return e-mail.
Freesurfer mailing list Freesurfer@nmr.mgh.harvard.edu https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer
Sasha,
An alternative solution is to create the COR files for the talairach subject:
cd $SUBJECTS_DIR/talairach/mri mri_convert -it mgz -ot cor orig.mgz orig/
This will deposit COR files into the orig/ directory, and your current tkregister2 should then work.
We are recommending using .mgz files over the older COR format, and are still trying to make all the tools fully compliant.
A new 'dev' release containing the updated tkregister2 will be posted in the next couple days.
Nick
On Thu, 2005-09-15 at 14:26 -0400, Doug Greve wrote:
I just fixed this error. For those in the nmr center, the fix will be live tomorrow. For those outside, you can download a new Linux version from: ftp://surfer.nmr.mgh.harvard.edu/transfer/outgoing/flat/greve/
Sasha Wolosin wrote:
Dear all,
I am having trouble running tkregister2.
I get an error when I run tkregister2 on a subject after running autorecon1 (see below.) However, I also get an error when I run it on bert. It seems tkregister2 is searching for COR files, but I am using mgz format. Am I not using the correct flags?
My subjects directory contains the talairach subject included in the dev release. Do I need to download talairach separately?
Here is the output for subject 2335 and bert: [root@bwy-1-113mm talairach]$ tkregister2 --mgz --s 2335 --fstal INFO: no target volume specified, assuming FreeSurfer orig volume. target volume orig movable volume (null) reg file (null) LoadVol 1 $Id: tkregister2.c,v 1.37 2005/08/29 21:38:09 greve Exp $ Diagnostic Level -1 talairach.xfm --------------------- 1.002 0.050 -0.017 -3.539; -0.053 1.034 -0.076 -12.275; 0.014 0.081 1.091 -14.424; 0.000 0.000 0.000 1.000; corRead(): can't open file /freesurfer/subjects/talairach/mri/orig/COR-.info ERROR: could not read /freesurfer/subjects/talairach/mri/orig as 0
[root@bwy-1-113mm subjects]$ tkregister2 --mgz --s bert --fstal INFO: no target volume specified, assuming FreeSurfer orig volume. target volume orig movable volume (null) reg file (null) LoadVol 1 $Id: tkregister2.c,v 1.37 2005/08/29 21:38:09 greve Exp $ Diagnostic Level -1 talairach.xfm --------------------- 1.154 -0.024 0.046 -5.813; 0.014 0.941 0.131 -21.893; -0.048 -0.155 1.123 -0.730; 0.000 0.000 0.000 1.000; WARNING: can't find the talairach xform '/autofs/space/minerva_001/users/nicks/subjects/bert/mri/transforms/talairach.xfm' WARNING: transform is not loaded into mri corRead(): can't open file /freesurfer/subjects/talairach/mri/orig/COR-.info ERROR: could not read /freesurfer/subjects/talairach/mri/orig as 0 [root@bwy-1-113mm subjects]$
Any help is greatly appreciated.
Thanks, Sasha
Sasha Wolosin Research Assistant Developmental Cognitive Neurology Kennedy Krieger Institute 707 N. Broadway Baltimore, MD 21205 ph: (443) 923-9270 wolosin@kennedykrieger.org
Disclaimer: The materials in this e-mail are private and may contain Protected Health Information. Please note that e-mail is not necessarily confidential or secure. Your use of e-mail constitutes your acknowledgment of these confidentiality and security limitations. If you are not the intended recipient, be advised that any unauthorized use, disclosure, copying, distribution, or the taking of any action in reliance on the contents of this information is strictly prohibited. If you have received this e-mail in error, please immediately notify the sender via telephone or return e-mail.
Freesurfer mailing list Freesurfer@nmr.mgh.harvard.edu https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer
freesurfer@nmr.mgh.harvard.edu