Skip to content

Commit 17e31ab

Browse files
authored
more BIDS Derivatives compatibility
1 parent 2a469fe commit 17e31ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/algorithms/confounds.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ def _run_interface(self, runtime):
255255
'out_file': op.abspath(self.inputs.out_file),
256256
'fd_average': float(fd_res.mean())
257257
}
258-
np.savetxt(self.inputs.out_file, fd_res, header='framewise_displacement')
258+
np.savetxt(self.inputs.out_file, fd_res, header='FramewiseDisplacement')
259259

260260
if self.inputs.save_plot:
261261
tr = None

0 commit comments

Comments
 (0)