Skip to content

Commit 2bfe9bb

Browse files
josephmjeoesteban
andcommitted
Update dmriprep/utils/images.py
Co-Authored-By: Oscar Esteban <[email protected]>
1 parent 6877fa1 commit 2bfe9bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dmriprep/utils/images.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def rescale_b0(in_file, mask_file, out_path=None):
4343
return out_path
4444

4545

46-
def median(in_file, out_path=None):
46+
def median(in_file, dtype=None, out_path=None):
4747
"""Average a 4D dataset across the last dimension using median."""
4848
if out_path is None:
4949
out_path = fname_presuffix(

0 commit comments

Comments
 (0)