Skip to content

Commit 684658a

Browse files
committed
change suffix motion parameters
1 parent 8d5a4b9 commit 684658a

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

src/defaults/check_cfg.m

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -137,9 +137,7 @@
137137

138138
fields_to_set.realign_unwarp = desc_gen('realignUnwarp');
139139
fields_to_set.realign_unwarp_param = struct('label', 'TBD', 'suffix', 'unwarpparam');
140-
fields_to_set.real_param = struct('entities', ...
141-
struct('desc', 'confounds'), ...
142-
'suffix', 'regressors', ...
140+
fields_to_set.real_param = struct('suffix', 'motion', ...
143141
'ext', '.tsv');
144142

145143
fields_to_set.mean = desc_gen('mean');

tests/test_spm_2_bids.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ function test_spm_2_bids_func()
233233
{'u'}, ...
234234
'sub-01_task-auditory_space-individual_desc-realignUnwarp_bold.nii'; ...
235235
{'rp_', 'rp_a'}, ...
236-
'sub-01_task-auditory_desc-confounds_regressors.tsv'; ...
236+
'sub-01_task-auditory_motion.tsv'; ...
237237
{'mean', 'meanu', 'meanua'}, ...
238238
'sub-01_task-auditory_space-individual_desc-mean_bold.nii'; ...
239239
{'w', 'wua', 'wu', 'wr', 'wra'}, ...

0 commit comments

Comments
 (0)