Hi Juhyoung
what FS version are you running with? If 6.0 you want to include the -highres flag
cheers Bruce
On Thu, 27 Jul 2017, juhyoung Ryu wrote:
Hi experts,
I'm trying to surface reconstruction using high-resolution T1 and T2 data using freesurfer version 6 So I typed like this: recon-all -subject ${subjName} -i T1_bfc.nii -hires -T2 T2_bfc.nii -T2pial -all
and that excited with errors like this;
\n****************************************
ERROR! FOV=272.000 > 256
Include the flag -cw256 with recon-all!
Inspect orig.mgz to ensure the head is fully visible.
****************************************\n
So I added -cw256 flag and run the command line again (recon-all -subject ${subjName} -i T1_bfc.nii -hires -T2 T2_bfc.nii -T2pial -all -cw256). But the result is same.
I'd appreciate any suggestion.
Thank you,
Juhyoung