We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f3d93c commit 5112063Copy full SHA for 5112063
run_1stLevel_Analysis_Gambles.sh
@@ -11,7 +11,7 @@ for id in `seq -w 1 16` ; do
11
12
# If the brain mask doesn’t exist, create it
13
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"
+ echo "Skull-stripped brain not found, creating it..."
15
# Note: This fractional intensity appears to work well for most of the subjects in the
16
# Flanker dataset. You may want to change it if you modify this script for your own study.
17
bet2 anat/${subj}_T1w.nii.gz \
0 commit comments