Skip to content
Snippets Groups Projects
Commit d0be230e authored by Paul McCarthy's avatar Paul McCarthy :mountain_bicyclist:
Browse files

BF: Typo - copemax was being overridden with first voxel coordinate

parent d7fb61b6
No related branches found
No related tags found
No related merge requests found
...@@ -484,9 +484,9 @@ def loadClusterResults(featdir, settings, contrast): ...@@ -484,9 +484,9 @@ def loadClusterResults(featdir, settings, contrast):
zcog = affine.transform([zcog], coordXform)[0].round() zcog = affine.transform([zcog], coordXform)[0].round()
copemax = affine.transform([copemax], coordXform)[0].round() copemax = affine.transform([copemax], coordXform)[0].round()
c.zmaxx, c.zmaxy, c.zmaxz = zmax c.zmaxx, c.zmaxy, c.zmaxz = zmax
c.zcogx, c.zcogy, c.zcogz = zcog c.zcogx, c.zcogy, c.zcogz = zcog
c.copemax, c.copemaxy, c.copemaxz = copemax c.copemaxx, c.copemaxy, c.copemaxz = copemax
return clusters return clusters
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment