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