You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/source/dicom/dicom_niftiheader.rst
+14-3Lines changed: 14 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,9 +4,17 @@
4
4
DICOM Tags in the NIfTI Header
5
5
##############################
6
6
7
-
NIfTI images include an extended header (see the `NIfTI Extensions Standard`_) to store, amongst others, DICOM tags and attributes. When NiBabel loads a NIfTI file containing DICOM information (a NIfTI extension with ``ecode == 2``), it parses it and returns a pydicom dataset as the content of the NIfTI extension. This can be read and written to in order to facilitate communication with software that uses specific DICOM codes found in the NIfTI header.
7
+
NIfTI images include an extended header (see the `NIfTI Extensions Standard`_)
8
+
to store, amongst others, DICOM tags and attributes. When NiBabel loads a NIfTI
9
+
file containing DICOM information (a NIfTI extension with ``ecode == 2``), it
10
+
parses it and returns a pydicom dataset as the content of the NIfTI extension.
11
+
This can be read and written to in order to facilitate communication with
12
+
software that uses specific DICOM codes found in the NIfTI header.
8
13
9
-
For example, the commercial PMOD software stores the Frame Start and Duration times of images using the DICOM tags (0055, 1001) and (0055, 1004). Here's an example of an image created in PMOD with those stored times accessed through nibabel.
14
+
For example, the commercial PMOD software stores the Frame Start and Duration
15
+
times of images using the DICOM tags (0055, 1001) and (0055, 1004). Here's an
16
+
example of an image created in PMOD with those stored times accessed through
17
+
nibabel.
10
18
11
19
.. code:: python
12
20
@@ -30,7 +38,7 @@ For example, the commercial PMOD software stores the Frame Start and Duration ti
0 commit comments