Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
melodic
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
FSL
melodic
Commits
2d375584
Commit
2d375584
authored
20 years ago
by
Stephen Smith
Browse files
Options
Downloads
Patches
Plain Diff
*** empty log message ***
parent
65041639
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
melodic.tcl
+7
-7
7 additions, 7 deletions
melodic.tcl
with
7 additions
and
7 deletions
melodic.tcl
+
7
−
7
View file @
2d375584
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment