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 d67d660 commit daf1f25Copy full SHA for daf1f25
nipype/interfaces/afni/preprocess.py
@@ -2622,7 +2622,10 @@ class TShiftInputSpec(AFNICommandInputSpec):
2622
'k', 'k-',
2623
usedefault=True,
2624
desc='Direction in which slice_timing is specified (default: k). If negative,'
2625
- 'slice_timing is defined in reverse order -- see BIDS specification for details.',)
+ 'slice_timing is defined in reverse order, that is, the first entry '
2626
+ 'corresponds to the slice with the largest index, and the final entry '
2627
+ 'corresponds to slice index zero. Only in effect when slice_timing is '
2628
+ 'passed as list, not when it is passed as file.',)
2629
rlt = traits.Bool(
2630
desc='Before shifting, remove the mean and linear trend',
2631
argstr='-rlt')
0 commit comments