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
12fb267b
Commit
12fb267b
authored
16 years ago
by
Matthew Webster
Browse files
Options
Downloads
Patches
Plain Diff
fixed single-seed mode
parent
1690c7e6
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
fdt.tcl
+11
-1
11 additions, 1 deletion
fdt.tcl
with
11 additions
and
1 deletion
fdt.tcl
+
11
−
1
View file @
12fb267b
...
@@ -690,6 +690,15 @@ proc fdt:apply { w dialog } {
...
@@ -690,6 +690,15 @@ proc fdt:apply { w dialog } {
if
{
[
file exists $probtrack
(
output
)
]
}
{
if
{
[
file exists $probtrack
(
output
)
]
}
{
set canwrite
[
YesNoWidget
"Overwrite
$probtrack
(output)?"
Yes No
]
set canwrite
[
YesNoWidget
"Overwrite
$probtrack
(output)?"
Yes No
]
}
}
set deslashedFileName
[
rmSlash $probtrack
(
output
)
]
if
{[
string index $deslashedFileName 0
]
!=
"/"
}
{
#remove ./ if name only typed in by tailing value
set deslashedFileName
[
file tail $deslashedFileName
]
set deslashedFileName
[
pwd
]
/$deslashedFileName
set probtrack
(
output
)
[
rmSlash $deslashedFileName
]
}
if
{
$canwrite
}
{
if
{
$canwrite
}
{
puts
"rm -rf
$probtrack
(output)"
puts
"rm -rf
$probtrack
(output)"
exec rm -rf $probtrack
(
output
)
exec rm -rf $probtrack
(
output
)
...
@@ -727,6 +736,7 @@ proc fdt:apply { w dialog } {
...
@@ -727,6 +736,7 @@ proc fdt:apply { w dialog } {
}
}
switch $probtrack
(
mode
)
{
switch $probtrack
(
mode
)
{
simple
{
simple
{
set singleFileName
[
file tail $probtrack
(
output
)
]
set fd
[
open
"
${filebase}
_coordinates.txt"
w
]
set fd
[
open
"
${filebase}
_coordinates.txt"
w
]
set x $probtrack
(
x
)
set x $probtrack
(
x
)
set y $probtrack
(
y
)
set y $probtrack
(
y
)
...
@@ -750,7 +760,7 @@ proc fdt:apply { w dialog } {
...
@@ -750,7 +760,7 @@ proc fdt:apply { w dialog } {
puts $log
"set probtrack(y)
$probtrack
(y)"
puts $log
"set probtrack(y)
$probtrack
(y)"
puts $log
"set probtrack(z)
$probtrack
(z)"
puts $log
"set probtrack(z)
$probtrack
(z)"
puts $log
"set probtrack(units)
$probtrack
(units)"
puts $log
"set probtrack(units)
$probtrack
(units)"
set flags
"--mode=simple --seedref=
$probtrack
(reference) -o
$probtrack
(output) -x
${filebase}
_coordinates.txt
$flags
"
set flags
"--mode=simple --seedref=
$probtrack
(reference) -o
$
{
probtrack(output)
}
/
${singleFileName}
-x
${filebase}
_coordinates.txt
$flags
"
}
}
seedmask
{
seedmask
{
if
{
[
file exists $
{
FSLDIR
}
/bin/reord_OM
]
}
{
if
{
[
file exists $
{
FSLDIR
}
/bin/reord_OM
]
}
{
...
...
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