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
2a369247
Commit
2a369247
authored
20 years ago
by
Mark Jenkinson
Browse files
Options
Downloads
Patches
Plain Diff
Minor fixes
parent
e5a756f6
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
fsledithd
+1
-1
1 addition, 1 deletion
fsledithd
fslorient.cc
+4
-3
4 additions, 3 deletions
fslorient.cc
with
5 additions
and
4 deletions
fsledithd
+
1
−
1
View file @
2a369247
...
...
@@ -30,5 +30,5 @@ fi
tmpbase
=
`
${
FSLDIR
}
/bin/tmpnam
`
;
${
FSLDIR
}
/bin/avwhd
-x
$1
>
${
tmpbase
}
pico
${
tmpbase
}
${
EDITOR
}
${
tmpbase
}
${
FSLDIR
}
/bin/avwcreatehd
${
tmpbase
}
$1
This diff is collapsed.
Click to expand it.
fslorient.cc
+
4
−
3
View file @
2a369247
...
...
@@ -23,8 +23,8 @@ void print_usage() {
cout
<<
" -getorient (prints left-right orientation)"
<<
endl
;
cout
<<
" -deleteorient (removes orient info from header - not Analyze)"
<<
endl
;
cout
<<
endl
;
cout
<<
" Note:
t
he stored data order is never changed here - only the header info"
<<
endl
;
cout
<<
"
t
o change the data storage use avwswapdim"
<<
endl
;
cout
<<
" Note:
T
he stored data order is never changed here - only the header info
.
"
<<
endl
;
cout
<<
"
T
o change the data storage use avwswapdim
.
"
<<
endl
;
cout
<<
endl
;
cout
<<
" e.g. "
<<
progname
<<
" -forceradiological myimage"
<<
endl
;
cout
<<
endl
;
...
...
@@ -68,6 +68,7 @@ int fmrib_main(int argc,char *argv[])
}
else
{
cout
<<
"NEUROLOGICAL"
<<
endl
;
}
return
0
;
}
else
if
(
option
==
"-deleteorient"
)
{
invol
.
set_sform
(
NIFTI_XFORM_UNKNOWN
,
invol
.
sform_mat
());
invol
.
set_qform
(
NIFTI_XFORM_UNKNOWN
,
invol
.
qform_mat
());
...
...
@@ -98,7 +99,7 @@ int main(int argc,char *argv[])
return
-
1
;
}
string
inname
=
argv
[
1
];
string
inname
=
argv
[
2
];
// call the templated main
return
call_fmrib_main
(
dtype
(
inname
),
argc
,
argv
);
}
...
...
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