We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fbeba07 + af8a905 commit f4f6cc0Copy full SHA for f4f6cc0
nipype/interfaces/freesurfer/utils.py
@@ -855,6 +855,10 @@ class MRIsConvertInputSpec(FSTraitedSpec):
855
xor=['out_file'], mandatory=True,
856
desc="These file formats are supported: ASCII: .asc"
857
"ICO: .ico, .tri GEO: .geo STL: .stl VTK: .vtk GIFTI: .gii MGH surface-encoded 'volume': .mgh, .mgz")
858
+ to_scanner = traits.Bool(argstr="--to-scanner",
859
+ desc="convert coordinates from native FS (tkr) coords to scanner coords")
860
+ to_tkr = traits.Bool(agrstr="--to-tkr",
861
+ desc="convert coordinates from scanner coords to native FS (tkr) coords")
862
863
864
class MRIsConvertOutputSpec(TraitedSpec):
0 commit comments