Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
avwutils
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
avwutils
Commits
d351e3b3
Commit
d351e3b3
authored
20 years ago
by
Christian Beckmann
Browse files
Options
Downloads
Patches
Plain Diff
new tool: avwedithd (avwhd -x; pico; avwcreatehd)
parent
bb4110e9
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Makefile
+1
-1
1 addition, 1 deletion
Makefile
fsledithd
+20
-0
20 additions, 0 deletions
fsledithd
with
21 additions
and
1 deletion
Makefile
+
1
−
1
View file @
d351e3b3
...
@@ -22,7 +22,7 @@ XFILES = avwcpgeom avwmerge avwnvols avwsplit \
...
@@ -22,7 +22,7 @@ XFILES = avwcpgeom avwmerge avwnvols avwsplit \
avwfill_8UI avwfill_8SI avwfill_16UI avwfill_16SI avwfill_32UI avwfill_32SI avwfill_32R avwfill_64R
\
avwfill_8UI avwfill_8SI avwfill_16UI avwfill_16SI avwfill_32UI avwfill_32SI avwfill_32R avwfill_64R
\
avwstats avwcomplex avwstats++ avwfft avwmeants avwcheck avwswapdim avwconv avwslice
avwstats avwcomplex avwstats++ avwfft avwmeants avwcheck avwswapdim avwconv avwslice
SCRIPTS
=
avwval avwchpixdim avwanimate sliceanimate avwsize avwinfo
SCRIPTS
=
avwval avwchpixdim avwanimate sliceanimate avwsize avwinfo
avwedithd
RUNAVWS
=
avw2ascii avwmaths avwcc avwroi avwfill avwinterleave
RUNAVWS
=
avw2ascii avwmaths avwcc avwroi avwfill avwinterleave
...
...
This diff is collapsed.
Click to expand it.
fsledithd
0 → 100755
+
20
−
0
View file @
d351e3b3
#!/bin/sh
Usage
()
{
echo
""
echo
"Usage: avwedithd <input>"
echo
""
exit
}
[
"
$1
"
=
""
]
&&
Usage
if
[
_
$FSLDIR
=
_
]
;
then
FSLDIR
=
/usr/local/fsl
export
FSLDIR
fi
tmpbase
=
`
${
FSLDIR
}
/bin/tmpnam
`
;
${
FSLDIR
}
/bin/avwhd
-x
$1
>
${
tmpbase
}
pico
${
tmpbase
}
${
FSLDIR
}
/bin/avwcreatehd
${
tmpbase
}
$1
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