Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
fdt
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
fdt
Commits
dd8d829a
Commit
dd8d829a
authored
17 years ago
by
Saad Jbabdi
Browse files
Options
Downloads
Patches
Plain Diff
small modifs
parent
6d7fc1c5
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
fdt.tcl
+12
-10
12 additions, 10 deletions
fdt.tcl
probtrackOptions.cc
+3
-3
3 additions, 3 deletions
probtrackOptions.cc
probtrackxOptions.h
+1
-1
1 addition, 1 deletion
probtrackxOptions.h
with
16 additions
and
14 deletions
fdt.tcl
+
12
−
10
View file @
dd8d829a
...
...
@@ -688,7 +688,7 @@ proc fdt:apply { w dialog } {
exec mkdir -p $probtrack
(
output
)
}
set filebase $probtrack
(
output
)
/fdt
x
set filebase $probtrack
(
output
)
/fdt
set logfile
"
${filebase}
_log.tcl"
set log
[
open
"
$logfile
"
w
]
puts $log
"set tool
$probtrack
(tool)"
...
...
@@ -738,15 +738,17 @@ proc fdt:apply { w dialog } {
set flags
"--mode=simple --seedref=
$probtrack
(reference) -o
$probtrack
(output) -x
${filebase}
_coordinates.txt
$flags
"
}
seedmask
{
if
{
$probtrack
(
bcyn
)
}
{
fdt_monitor_short $w
"
${FSLDIR}
/bin/convert_xfm -omat
$probtrack
(output)/tmp_xfm_mat -inverse
$probtrack
(xfm)"
fdt_monitor_short $w
"
${FSLDIR}
/bin/flirt -in
$probtrack
(bedpost_dir)/nodif_brain_mask -ref
$probtrack
(reference) -applyxfm -init
$probtrack
(output)/tmp_xfm_mat -out
$probtrack
(output)/tmp_brain_mask"
fdt_monitor_short $w
"
${FSLDIR}
/bin/flirt -in
$probtrack
(output)/tmp_brain_mask -ref
$probtrack
(output)/tmp_brain_mask -applyisoxfm
$probtrack
(scale) -out
$probtrack
(output)/lowresmask"
fdt_monitor_short $w
"
${FSLDIR}
/bin/fslmaths
$probtrack
(output)/lowresmask -thr 0.5 -bin
$probtrack
(output)/lowresmask"
set flags
"
$flags
--lrmask=
$probtrack
(output)/lowresmask --omatrix2"
fdt_monitor_short $w
"
${FSLDIR}
/bin/imrm
$probtrack
(output)/tmp_brain_mask"
fdt_monitor_short $w
"/bin/rm
$probtrack
(output)/tmp_xfm_mat"
}
if
{
[
file exists /usr/local/fsl/bin/reord_OM
]
}
{
if
{
$probtrack
(
bcyn
)
}
{
fdt_monitor_short $w
"
${FSLDIR}
/bin/convert_xfm -omat
$probtrack
(output)/tmp_xfm_mat -inverse
$probtrack
(xfm)"
fdt_monitor_short $w
"
${FSLDIR}
/bin/flirt -in
$probtrack
(bedpost_dir)/nodif_brain_mask -ref
$probtrack
(reference) -applyxfm -init
$probtrack
(output)/tmp_xfm_mat -out
$probtrack
(output)/tmp_brain_mask"
fdt_monitor_short $w
"
${FSLDIR}
/bin/flirt -in
$probtrack
(output)/tmp_brain_mask -ref
$probtrack
(output)/tmp_brain_mask -applyisoxfm
$probtrack
(scale) -out
$probtrack
(output)/lowresmask"
fdt_monitor_short $w
"
${FSLDIR}
/bin/fslmaths
$probtrack
(output)/lowresmask -thr 0.5 -bin
$probtrack
(output)/lowresmask"
set flags
"
$flags
--lrmask=
$probtrack
(output)/lowresmask --omatrix2"
fdt_monitor_short $w
"
${FSLDIR}
/bin/imrm
$probtrack
(output)/tmp_brain_mask"
fdt_monitor_short $w
"/bin/rm
$probtrack
(output)/tmp_xfm_mat"
}
}
set flags
"--mode=seedmask -x
$probtrack
(reference)
$flags
"
}
network
{
...
...
This diff is collapsed.
Click to expand it.
probtrackOptions.cc
+
3
−
3
View file @
dd8d829a
...
...
@@ -42,9 +42,9 @@ probtrackOptions* probtrackOptions::gopt = NULL;
modecheck
();
// check all the correct options are set for this mode.
if
(
mode
.
value
()
!=
"simple"
){
if
(
forcedir
.
value
())
logger
.
setthenmakeDir
(
logdir
.
value
(),
"probtrack
x
.log"
);
logger
.
setthenmakeDir
(
logdir
.
value
(),
"probtrack.log"
);
else
logger
.
makeDir
(
logdir
.
value
(),
"probtrack
x
.log"
);
logger
.
makeDir
(
logdir
.
value
(),
"probtrack.log"
);
cout
<<
"Log directory is: "
<<
logger
.
getDir
()
<<
endl
;
...
...
@@ -60,7 +60,7 @@ probtrackOptions* probtrackOptions::gopt = NULL;
}
catch
(
X_OptionError
&
e
){
cerr
<<
e
.
what
()
<<
endl
;
cerr
<<
"try: probtrack
x
--help"
<<
endl
;
cerr
<<
"try: probtrack --help"
<<
endl
;
exit
(
0
);
}
...
...
This diff is collapsed.
Click to expand it.
probtrackxOptions.h
+
1
−
1
View file @
dd8d829a
...
...
@@ -187,7 +187,7 @@ class probtrackxOptions {
string
(
"Use anisotropy to constrain tracking"
),
false
,
no_argument
),
randfib
(
string
(
"--randfib"
),
false
,
string
(
"Select randomly from
the first two fibres when seeding
"
),
string
(
"Select randomly from
one of the fibres
"
),
false
,
no_argument
),
modeuler
(
string
(
"--modeuler"
),
false
,
string
(
"Use modified euler streamlining"
),
...
...
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