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.
nb.save(img, filename)
img.save(...)
1 parent 3e4da11 commit 8b712caCopy full SHA for 8b712ca
nibabel/cmdline/conform.py
@@ -62,4 +62,4 @@ def main(args=None):
62
cval=0.0,
63
orientation=kwargs["orientation"])
64
65
- out_img.to_filename(kwargs["outfile"])
+ nb.save(out_img, kwargs["outfile"])
0 commit comments