Skip to content

Fixing freesurfer utils MRIsConvert #1595

@alexvicegrab

Description

@alexvicegrab

In nipype/interfaces/freesurfer/utils.py

line 854 should be fixed to actually include the .asc datatype, by substituting:

out_datatype = traits.Enum("ico", "tri", "stl", "vtk", "gii", "mgh", "mgz",

with:

out_datatype = traits.Enum("asc", "ico", "tri", "stl", "vtk", "gii", "mgh", "mgz",

Otherwise "asc" format is not supported.

Thank you!

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions