Skip to content

Commit

Permalink
Correct value for fractional intensity threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
bclenet committed Jan 18, 2024
1 parent fcc95d4 commit 33f125b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion narps_open/pipelines/team_T54A.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ def get_run_level_analysis(self):

# BET Node - Skullstripping data
skull_stripping_func = Node(BET(), name = 'skull_stripping_func')
skull_stripping_func.inputs.frac = 0.1
skull_stripping_func.inputs.frac = 0.3
skull_stripping_func.inputs.functional = True
skull_stripping_func.inputs.mask = True

Expand Down

0 comments on commit 33f125b

Please sign in to comment.