Skip to content

Commit 3afcd62

Browse files
authored
Update utils.py
- Added 'hsvs' option for 5ttgen function
1 parent 42302ed commit 3afcd62

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

nipype/interfaces/mrtrix3/utils.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,13 +224,14 @@ class Generate5ttInputSpec(MRTrix3BaseInputSpec):
224224
"fsl",
225225
"gif",
226226
"freesurfer",
227+
"hsvs",
227228
argstr="%s",
228229
position=-3,
229230
mandatory=True,
230231
desc="tissue segmentation algorithm",
231232
)
232233
in_file = File(
233-
exists=True, argstr="%s", mandatory=True, position=-2, desc="input image"
234+
exists=False, argstr="%s", mandatory=True, position=-2, desc="input image"
234235
)
235236
out_file = File(argstr="%s", mandatory=True, position=-1, desc="output image")
236237

0 commit comments

Comments
 (0)