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 43ad30f commit fb31b2aCopy full SHA for fb31b2a
doc/source/devel/biaps/biap_0003.rst
@@ -199,10 +199,8 @@ The base level header will usually also have image metadata fields giving
199
information about the whole image. A field is an "image metadata field" if it
200
is defined at the top level of the header. For example::
201
202
-.. code-block:: python
203
-
204
- hdr = dict(nipy_header_version='1.0',
205
- Manufacturer="SIEMENS")
+ >>> hdr = dict(nipy_header_version='1.0',
+ ... Manufacturer="SIEMENS")
206
207
All image metadata fields are optional.
208
0 commit comments