Skip to content

Commit a7ec5db

Browse files
authored
Merge pull request #1601 from oesteban/fix/AddOptionMRIsConvert
[ENH] Add output data type in MRIsConvert
2 parents 99d191a + f6e93cc commit a7ec5db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/interfaces/freesurfer/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -858,7 +858,7 @@ class MRIsConvertInputSpec(FSTraitedSpec):
858858
xor=['out_datatype'], mandatory=True,
859859
desc='output filename or True to generate one')
860860

861-
out_datatype = traits.Enum("ico", "tri", "stl", "vtk", "gii", "mgh", "mgz",
861+
out_datatype = traits.Enum("asc", "ico", "tri", "stl", "vtk", "gii", "mgh", "mgz",
862862
xor=['out_file'], mandatory=True,
863863
desc="These file formats are supported: ASCII: .asc"
864864
"ICO: .ico, .tri GEO: .geo STL: .stl VTK: .vtk GIFTI: .gii MGH surface-encoded 'volume': .mgh, .mgz")

0 commit comments

Comments
 (0)