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 72a2f71 + fa2793b commit a38def5Copy full SHA for a38def5
nipype/interfaces/freesurfer/preprocess.py
@@ -212,6 +212,12 @@ class MRIConvertInputSpec(FSTraitedSpec):
212
desc='dont rescale values for COR')
213
no_change = traits.Bool(argstr='--nochange',
214
desc="don't change type of input to that of template")
215
+ tr = traits.Int(argstr='-tr %d',
216
+ desc='TR in msec')
217
+ te = traits.Int(argstr='-te %d',
218
+ desc='TE in msec')
219
+ ti = traits.Int(argstr='-ti %d',
220
+ desc='TI in msec (note upper case flag)')
221
autoalign_matrix = File(exists=True, argstr='--autoalign %s',
222
desc='text file with autoalign matrix')
223
unwarp_gradient = traits.Bool(argstr='--unwarp_gradient_nonlinearity',
0 commit comments