Skip to content

Commit daf1f25

Browse files
committed
remove bids reference from desc
1 parent d67d660 commit daf1f25

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

nipype/interfaces/afni/preprocess.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2622,7 +2622,10 @@ class TShiftInputSpec(AFNICommandInputSpec):
26222622
'k', 'k-',
26232623
usedefault=True,
26242624
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.',)
2625+
'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.',)
26262629
rlt = traits.Bool(
26272630
desc='Before shifting, remove the mean and linear trend',
26282631
argstr='-rlt')

0 commit comments

Comments
 (0)