Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
fslpy
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
Michiel Cottaar
fslpy
Commits
8366e678
Commit
8366e678
authored
10 years ago
by
Paul McCarthy
Browse files
Options
Downloads
Patches
Plain Diff
Qform code is ignored
parent
9297a079
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
fsl/data/image.py
+3
-8
3 additions, 8 deletions
fsl/data/image.py
with
3 additions
and
8 deletions
fsl/data/image.py
+
3
−
8
View file @
8366e678
...
@@ -395,18 +395,13 @@ class Image(props.HasProperties):
...
@@ -395,18 +395,13 @@ class Image(props.HasProperties):
"""
"""
sform_code
=
self
.
nibImage
.
get_header
()[
'
sform_code
'
]
sform_code
=
self
.
nibImage
.
get_header
()[
'
sform_code
'
]
qform_code
=
self
.
nibImage
.
get_header
()[
'
qform_code
'
]
# if the qform and sform codes don't
# match, I don't know what to do
if
sform_code
!=
qform_code
:
code
=
NIFTI_XFORM_UNKNOWN
# Invalid values
# Invalid values
el
if
sform_code
>
4
:
code
=
NIFTI_XFORM_UNKNOWN
if
sform_code
>
4
:
code
=
NIFTI_XFORM_UNKNOWN
elif
sform_code
<
0
:
code
=
NIFTI_XFORM_UNKNOWN
elif
sform_code
<
0
:
code
=
NIFTI_XFORM_UNKNOWN
# All is well
# All is well
else
:
code
=
sform_code
else
:
code
=
sform_code
return
int
(
code
)
return
int
(
code
)
...
...
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