Skip to content

Commit

Permalink
Change oxasl default to 2 from 6
Browse files Browse the repository at this point in the history
  • Loading branch information
mcraig-ibme committed Mar 19, 2024
1 parent a44d4f9 commit ca8733e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oxasl_enable/enable.py
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ def groups(self, parser):
group.add_option("--enable-gm-roi", help="Grey matter ROI. If not specified, FAST will be run on the structural image", type="image")
group.add_option("--enable-gm-from-struc", help="If specified, GM ROI is assumed to be in T1 image space and will be registered to ASL space", action="store_true", default=False)
#group.add_option("--regfrom", help="Reference image in ASL space for registration and motion correction. If not specified will use middle volume of ASL data", type="image")
group.add_option("--enable-min-nvols", help="Minimum number of repeats to keep for each TI", type="int", default=6)
group.add_option("--enable-min-nvols", help="Minimum number of repeats to keep for each TI", type="int", default=2)

return [group]

Expand Down

0 comments on commit ca8733e

Please sign in to comment.