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 d872094 commit eb43043Copy full SHA for eb43043
dmriprep/utils/images.py
@@ -1,4 +1,3 @@
1
-import os
2
import numpy as np
3
import nibabel as nb
4
from nipype.utils.filemanip import fname_presuffix
@@ -316,4 +315,3 @@ def save_3d_to_4d(in_files):
316
315
out_file = fname_presuffix(in_files[0], suffix="_merged")
317
img_4d.to_filename(out_file)
318
return out_file
319
-
0 commit comments