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 6877fa1 commit 2bfe9bbCopy full SHA for 2bfe9bb
dmriprep/utils/images.py
@@ -43,7 +43,7 @@ def rescale_b0(in_file, mask_file, out_path=None):
43
return out_path
44
45
46
-def median(in_file, out_path=None):
+def median(in_file, dtype=None, out_path=None):
47
"""Average a 4D dataset across the last dimension using median."""
48
if out_path is None:
49
out_path = fname_presuffix(
0 commit comments