Skip to content

Commit

Permalink
Remove misleading comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mcraig-ibme committed Jul 14, 2023
1 parent 98f7eea commit 3ab1632
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion oxasl/struc.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,6 @@ def segment(wsp):
page.image("wm_pv", LightboxImage(wsp.structural.wm_pv, bgimage=wsp.structural.brain))
else:
# User-supplied segmentation - treat as PV as well
# Note this is in ASL space whereas above it is in struc space?
wsp.structural.csf_pv = wsp.structural.csf_seg
wsp.structural.gm_pv = wsp.structural.gm_seg
wsp.structural.wm_pv = wsp.structural.wm_seg

0 comments on commit 3ab1632

Please sign in to comment.