Skip to content

Commit 6acfc25

Browse files
committed
added identity input to Surface2VolTransform
1 parent 1fa7be4 commit 6acfc25

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nipype/interfaces/freesurfer/preprocess.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -877,6 +877,7 @@ class Surface2VolTransformInputSpec(FSTraitedSpec):
877877
surf_file = File(exists=True, argstr='--surf %s',desc='surfname (default is white)')
878878
projfrac_file = File(exists=True, argstr='--projfrac %s',desc='thickness fraction')
879879
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)')
880881

881882
class Surface2VolTransformOutputSpec(TraitedSpec):
882883
transformed_file = File(exists=True, desc='Path to output file if used normally')

0 commit comments

Comments
 (0)