Hello,

I found a small bug in recent dev version bin quantifyHAsubregions.sh:
 
leftVolFile="$resultsDirectory/$subjectName/mri/lh.${suffix}Volumes-${suffix}.v20.txt"
 
rightVolFile="$resultsDirectory/$subjectName/mri/rh.${suffix}Volumes-${suffix}.v20.txt"


Should say
 leftVolFile="$resultsDirectory/$subjectName/mri/lh.${suffix}Volumes-${
*prefix*}.v20.txt"
 rightVolFile="$resultsDirectory/$subjectName/mri/rh.${suffix}Volumes-${
*prefix*}.v20.txt"


because as specified "T1" is the ${prefix} which is how the subfields file
names end. Obviously, can flip suffix and prefix throughout so it is more
intuitive. Seems to work fine after this adjustment.

Josh
-- 
Joshua C. Gray, PhD
Psychology Instructor
Center for Deployment Psychology
Work: (301) 816-4768
www.deploymentpsych.org
_______________________________________________
Freesurfer mailing list
Freesurfer@nmr.mgh.harvard.edu
https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer


The information in this e-mail is intended only for the person to whom it is
addressed. If you believe this e-mail was sent to you in error and the e-mail
contains patient information, please contact the Partners Compliance HelpLine at
http://www.partners.org/complianceline . If the e-mail was sent to you in error
but does not contain patient information, please contact the sender and properly
dispose of the e-mail.

Reply via email to