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 516434c commit 4270ed2Copy full SHA for 4270ed2
doc/source/gettingstarted.rst
@@ -114,11 +114,7 @@ and all other values are set to resonable defaults.
114
Saving this new image to a file is trivial. We won't do it here, but it looks
115
like::
116
117
- img.to_filename(os.path.join('build','test4d.nii.gz'))
118
-
119
-or::
120
121
- nib.save(img, os.path.join('build','test4d.nii.gz'))
+ nib.save(img, os.path.join('build', 'test4d.nii.gz'))
122
123
This short introduction only gave a quick overview of NiBabel's capabilities.
124
Please have a look at the :ref:`api` for more details about supported file
0 commit comments