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.
1 parent 1fa7be4 commit 6acfc25Copy full SHA for 6acfc25
nipype/interfaces/freesurfer/preprocess.py
@@ -877,6 +877,7 @@ class Surface2VolTransformInputSpec(FSTraitedSpec):
877
surf_file = File(exists=True, argstr='--surf %s',desc='surfname (default is white)')
878
projfrac_file = File(exists=True, argstr='--projfrac %s',desc='thickness fraction')
879
subjects_dir = traits.Str(argstr='--sd %s',desc='freesurfer subjects directory defaults to $SUBJECTS_DIR')
880
+ identity = traits.Str(argstr='--identity %s',desc='use identity (must supply subject name)')
881
882
class Surface2VolTransformOutputSpec(TraitedSpec):
883
transformed_file = File(exists=True, desc='Path to output file if used normally')
0 commit comments