Skip to content
Snippets Groups Projects
Commit 29e9441c authored by Stephen Smith's avatar Stephen Smith
Browse files

*** empty log message ***

parent 5c4f9525
No related branches found
No related tags found
No related merge requests found
...@@ -158,7 +158,6 @@ where the first line states which slice was acquired first, the second ...@@ -158,7 +158,6 @@ where the first line states which slice was acquired first, the second
line states which slices was acquired second, etc. The first slice is line states which slices was acquired second, etc. The first slice is
numbered 1 not 0." numbered 1 not 0."
#}}} #}}}
#{{{ BET brain extraction #{{{ BET brain extraction
...@@ -346,10 +345,10 @@ pack $w.varnorm $w.dim $w.thresh $w.ostats $w.report -in $fmri(melodicf) -ancho ...@@ -346,10 +345,10 @@ pack $w.varnorm $w.dim $w.thresh $w.ostats $w.report -in $fmri(melodicf) -ancho
proc melodic2:updatest { w } { proc melodic2:updatest { w } {
global fmri global fmri
if { $fmri(st) < 3 } { if { $fmri(st) == 3 || $fmri(st) == 4 } {
pack forget $w.st_file
} else {
pack $w.st_file -in $fmri(stf) -side left -padx 5 pack $w.st_file -in $fmri(stf) -side left -padx 5
} else {
pack forget $w.st_file
} }
$w.nb compute_size $w.nb compute_size
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment