Skip to content

Commit

Permalink
Fix region analysis standalone script for presence of struc image
Browse files Browse the repository at this point in the history
  • Loading branch information
mcraig-ibme committed Jan 31, 2024
1 parent a53b544 commit 4f383f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oxasl/region_analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -752,7 +752,7 @@ def main():
"reg" : ["aslref", "strucref", "stdref", "asl2struc.mat",
"struc2std", "struc2asl.mat", "std2struc"],
"rois" : ["cortical_gm_asl", "cerebral_wm_asl"],
"structural" : [],
"structural" : ["struc"],
"calibration" : []
}

Expand Down

0 comments on commit 4f383f2

Please sign in to comment.