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 4624038 commit e9165a3Copy full SHA for e9165a3
smriprep/interfaces/surf.py
@@ -284,6 +284,6 @@ def make_ribbon(
284
newpath = os.getcwd()
285
out_file = os.path.join(newpath, "ribbon.nii.gz")
286
287
- ribbon = base_img.__class__(ribbons[0] | ribbons[1], base_img.affine, base_img.header)
+ ribbon = base_img.__class__(ribbons[0] | ribbons[1], base_img.affine, header)
288
ribbon.to_filename(out_file)
289
return out_file
0 commit comments