Hi list, I have a problem during recon-all #@# Surf Volume lh Thu Sep 12 08:25:31 CEST 2013/Applications/freesurfer/subjects/subject_prova/Con28/SUBJECTS_DIR/surf\n mris_calc -o lh.area.mid lh.area add lh.area.pial \n mris_calc: Sorry, but I seem to have encountered an error. While checking on input filetype sizes, I found a size mismatch, i.e. len(input1)!=len(input2) Darwin iMac-di-Stefano.local 12.4.0 Darwin Kernel Version 12.4.0: Wed May 1 17:57:12 PDT 2013; root:xnu-2050.24.15~1/RELEASE_X86_64 x86_64 recon-all -s SUBJECTS_DIR exited with ERRORS at Thu Sep 12 08:25:31 CEST 2013 For more details, see the log file /Applications/freesurfer/subjects/subject_prova/Con28/SUBJECTS_DIR/scripts/recon-all.logTo report a problem, see http://surfer.nmr.mgh.harvard.edu/fswiki/BugReporting
Thanks,
Stefano
The error would indicate that the number of elements in 'lh.area' and 'lh.area.pial' are not the same. You can check this also with mris_calc:
mris_calc lh.area stats
mris_calc lh.area.pial stats
which will provide some basic statistical output, including the size (i.e. number of elements) of each. The sizes have to match in order to add.
HTH -=R
On 9/12/13 02:56 , stdp82@virgilio.it wrote:
Hi list,
I have a problem during recon-all
#@# Surf Volume lh Thu Sep 12 08:25:31 CEST 2013 /Applications/freesurfer/subjects/subject_prova/Con28/SUBJECTS_DIR/surf \n mris_calc -o lh.area.mid lh.area add lh.area.pial \n
mris_calc: Sorry, but I seem to have encountered an error. While checking on input filetype sizes, I found a size mismatch, i.e. len(input1)!=len(input2)
Darwin iMac-di-Stefano.local 12.4.0 Darwin Kernel Version 12.4.0: Wed May 1 17:57:12 PDT 2013; root:xnu-2050.24.15~1/RELEASE_X86_64 x86_64
recon-all -s SUBJECTS_DIR exited with ERRORS at Thu Sep 12 08:25:31 CEST 2013
For more details, see the log file /Applications/freesurfer/subjects/subject_prova/Con28/SUBJECTS_DIR/scripts/recon-all.log To report a problem, see http://surfer.nmr.mgh.harvard.edu/fswiki/BugReporting
Thanks,
Stefano
Freesurfer mailing list Freesurfer@nmr.mgh.harvard.edu https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer
freesurfer@nmr.mgh.harvard.edu