Skip to content

Commit 2ffa915

Browse files
committed
FIX: SUSAN: Use working defaults for n_usans
1 parent b6b5be1 commit 2ffa915

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pydra/tasks/fsl/preprocess/susan.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,12 @@
5454
},
5555
),
5656
(
57-
"usans",
58-
list,
59-
[],
57+
"n_usans",
58+
int,
59+
0,
6060
{
6161
"help_string": "determines whether the smoothing area (USAN) is to be found from secondary images (0, 1 or 2). A negative value for any brightness threshold will auto-set the threshold at 10% of the robust range",
62-
"argstr": "",
62+
"argstr": "{n_usans}",
6363
"position": 6,
6464
},
6565
),

0 commit comments

Comments
 (0)