Skip to content

Commit

Permalink
Add CSV PV in ASL space - not required for GM/WM averages but may be …
Browse files Browse the repository at this point in the history
…used in region analysis as an ROI set
  • Loading branch information
mcraig-ibme committed Jan 31, 2024
1 parent fc9fa1d commit a53b544
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions oxasl/rois.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ def run(wsp):
if wsp.structural.gm_pv_asl is None:
wsp.structural.gm_pv_asl = reg.change_space(wsp, wsp.structural.gm_pv, "asl")
wsp.structural.wm_pv_asl = reg.change_space(wsp, wsp.structural.wm_pv, "asl")
wsp.structural.csf_pv_asl = reg.change_space(wsp, wsp.structural.csf_pv, "asl")

gm = np.asarray(wsp.structural.gm_pv_asl.data)
wm = np.asarray(wsp.structural.wm_pv_asl.data)
Expand Down

0 comments on commit a53b544

Please sign in to comment.