Skip to content

Commit

Permalink
Update conf2hires
Browse files Browse the repository at this point in the history
bbregister should not need initialization, since T2w is already initialized with FS BBR in PreFreeSurferPipeline
  • Loading branch information
takuya-hayashi authored and coalsont committed Jun 13, 2023
1 parent 3026acc commit a16297f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FreeSurfer/custom/conf2hires
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ if($#MMode) then
set DontCopy = `diff $MMreg $MMregAuto | grep -v \# | grep -v filename | wc -l`
if($DontCopy) set OKtoCopy = 0;
endif
set cmd = (bbregister --s $subject --mov $MM --lta $MMregAuto --init-coreg \
set cmd = (bbregister --s $subject --mov $MM --lta $MMregAuto --init-header \
--$MMBBRcon --surf $srcsurf --proj-abs 1.5 --threads $threads)
echo "\n#===============================" | tee -a $LF
echo $cmd | tee -a $LF
Expand Down

0 comments on commit a16297f

Please sign in to comment.