File tree 1 file changed +4
-4
lines changed
nipype/interfaces/freesurfer
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -581,7 +581,7 @@ def _list_outputs(self):
581
581
return outputs
582
582
583
583
584
- class MRTMInputSpec (GLMFitInputSpec ):
584
+ class MRTM1InputSpec (GLMFitInputSpec ):
585
585
mrtm1 = traits .Tuple (
586
586
File (exists = True ),
587
587
File (exists = True ),
@@ -591,20 +591,20 @@ class MRTMInputSpec(GLMFitInputSpec):
591
591
)
592
592
593
593
594
- class MRTM (GLMFit ):
594
+ class MRTM1 (GLMFit ):
595
595
"""Perform MRTM1 kinetic modeling.
596
596
597
597
Examples
598
598
--------
599
- >>> mrtm = MRTM ()
599
+ >>> mrtm = MRTM1 ()
600
600
>>> mrtm.inputs.in_file = 'tac.nii'
601
601
>>> mrtm.inputs.mrtm1 = ('ref_tac.dat', 'timing.dat')
602
602
>>> mrtm.inputs.glm_dir = 'mrtm'
603
603
>>> mrtm.cmdline
604
604
'mri_glmfit --glmdir mrtm --y tac.nii --mrtm1 ref_tac.dat timing.dat'
605
605
"""
606
606
607
- input_spec = MRTMInputSpec
607
+ input_spec = MRTM1InputSpec
608
608
609
609
610
610
class MRTM2InputSpec (GLMFitInputSpec ):
You can’t perform that action at this time.
0 commit comments