Skip to content

Commit 1ec4577

Browse files
committed
ENH: Rename AROMAAggrCompXX to aroma_motion_XX
1 parent 4cd5e76 commit 1ec4577

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fmriprep/interfaces/confounds.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ def _get_ica_confounds(ica_out_dir, skip_vols, newpath=None):
255255
# add one to motion_ic_indices to match melodic report.
256256
aroma_confounds = os.path.join(newpath, "AROMAAggrCompAROMAConfounds.tsv")
257257
pd.DataFrame(aggr_confounds.T,
258-
columns=['AROMAAggrComp%02d' % (x + 1) for x in motion_ic_indices]).to_csv(
258+
columns=['aroma_motion_%02d' % (x + 1) for x in motion_ic_indices]).to_csv(
259259
aroma_confounds, sep="\t", index=None)
260260

261261
return aroma_confounds, motion_ics_out, melodic_mix_out

0 commit comments

Comments
 (0)