Skip to content

Commit 5112063

Browse files
authored
Update run_1stLevel_Analysis_Gambles.sh
1 parent 7f3d93c commit 5112063

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run_1stLevel_Analysis_Gambles.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ for id in `seq -w 1 16` ; do
1111

1212
# If the brain mask doesn’t exist, create it
1313
if [ ! -f anat/${subj}_T1w_brain.nii.gz ]; then
14-
echo "Skull-stripped brain not found, using bet with a fractional intensity threshold of 0.2"
14+
echo "Skull-stripped brain not found, creating it..."
1515
# Note: This fractional intensity appears to work well for most of the subjects in the
1616
# Flanker dataset. You may want to change it if you modify this script for your own study.
1717
bet2 anat/${subj}_T1w.nii.gz \

0 commit comments

Comments
 (0)