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

*** empty log message ***

parent 65041639
No related branches found
No related tags found
No related merge requests found
......@@ -33,8 +33,8 @@ frame $w.f
tixBalloon $w.bhelp -initwait 5000 -options { background \#b0ffb0 }
set fmri(font) [ tix option get font ]
set fmri(bold_font) [ tix option get bold_font ]
#set fmri(font) [ tix option get font ]
#set fmri(bold_font) [ tix option get bold_font ]
#}}}
......@@ -276,7 +276,7 @@ pack $fmri(stf) $fmri(mcf) $w.bet $w.smooth $w.temp -in $fmri(filteringf) -ancho
set fmri(melodicf) [ $w.nb subwidget melodic ]
set fmri(varnorm) 1
checkbutton $w.varnorm -variable fmri(varnorm) -text "Variance-normalise timecourses" -font $fmri(bold_font)
checkbutton $w.varnorm -variable fmri(varnorm) -text "Variance-normalise timecourses"
$w.bhelp bind $w.varnorm -msg "When switched on, Melodic will rescale each time series so
that the estimation is more influenced by the voxel-wise
......@@ -287,7 +287,7 @@ temporal dynamics and less by a voxels' mean signal. "
frame $w.dim
set fmri(dim_yn) 1
checkbutton $w.dim.yn -variable fmri(dim_yn) -text "Automatic dimensionality estimation" -command "melodic2:updatedim $w" -font $fmri(bold_font)
checkbutton $w.dim.yn -variable fmri(dim_yn) -text "Automatic dimensionality estimation" -command "melodic2:updatedim $w"
pack $w.dim.yn -in $w.dim -side left
......@@ -305,7 +305,7 @@ tixControl $w.dim.n -label "Output components" -variable fmri(dim) -step 1 -min
frame $w.thresh
set fmri(thresh_yn) 1
checkbutton $w.thresh.yn -variable fmri(thresh_yn) -text "Threshold IC maps" -command "melodic2:updatethresh $w" -font $fmri(bold_font)
checkbutton $w.thresh.yn -variable fmri(thresh_yn) -text "Threshold IC maps" -command "melodic2:updatethresh $w"
$w.bhelp bind $w.thresh -msg "Melodic uses a mixture model approach to assign significance to individual
voxels within a spatial map. The mixture model of a single Gaussian
......@@ -332,7 +332,7 @@ pack $w.thresh.yn $w.thresh.n -in $w.thresh -side left
#}}}
set fmri(ostats) 0
checkbutton $w.ostats -variable fmri(ostats) -text "Output full stats folder" -font $fmri(bold_font)
checkbutton $w.ostats -variable fmri(ostats) -text "Output full stats folder"
$w.bhelp bind $w.ostats -msg "
When switched on, Melodic will save the thresholded IC
......@@ -342,7 +342,7 @@ so only switch this on if you intend to use these maps."
set fmri(report) 1
checkbutton $w.report -variable fmri(report) -text "Create web page report" -font $fmri(bold_font)
checkbutton $w.report -variable fmri(report) -text "Create web page report"
pack $w.varnorm $w.dim $w.thresh $w.ostats $w.report -in $fmri(melodicf) -anchor w -side top
......
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