Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Michiel Cottaar
fslpy
Commits
d0be230e
Commit
d0be230e
authored
Feb 08, 2021
by
Paul McCarthy
🚵
Browse files
BF: Typo - copemax was being overridden with first voxel coordinate
parent
d7fb61b6
Changes
1
Hide whitespace changes
Inline
Side-by-side
fsl/data/featanalysis.py
View file @
d0be230e
...
...
@@ -484,9 +484,9 @@ def loadClusterResults(featdir, settings, contrast):
zcog
=
affine
.
transform
([
zcog
],
coordXform
)[
0
].
round
()
copemax
=
affine
.
transform
([
copemax
],
coordXform
)[
0
].
round
()
c
.
zmaxx
,
c
.
zmaxy
,
c
.
zmaxz
=
zmax
c
.
zcogx
,
c
.
zcogy
,
c
.
zcogz
=
zcog
c
.
copemax
,
c
.
copemaxy
,
c
.
copemaxz
=
copemax
c
.
zmaxx
,
c
.
zmaxy
,
c
.
zmaxz
=
zmax
c
.
zcogx
,
c
.
zcogy
,
c
.
zcogz
=
zcog
c
.
copemax
x
,
c
.
copemaxy
,
c
.
copemaxz
=
copemax
return
clusters
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment