File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -242,12 +242,8 @@ Where:
242242
243243For later convenience we also define values useful for 3D volumes:
244244
245- * $s$ : slice index to the slice plane. The first slice index is zero.
246- * $\D elta{s}$ - Spacing in mm between slices, given by the Spacing
247- Between Slices (0018,0088) attribute in units of mm (if exists).
248- Can also be calculated from the Image Orientation (Patient) of
249- multiple slices together with Image Orientation (Patient), as
250- explained in :ref: `dicom-affine-defs `.
245+ * $s$ : Slice index to the slice plane. The first slice index is zero.
246+ * $\D elta{s}$ - Spacing in mm between slices.
251247
252248.. _dicom-3d-affines :
253249
@@ -335,6 +331,10 @@ and therefore:
335331 See :download: `derivations/spm_dicom_orient.py ` for the derivations and
336332some explanations.
337333
334+ For a single slice $N=1$ the affine matrix is $A_{single}$. In this
335+ case, the slice spacing $\D elta{s}$ may be obtained by the Spacing
336+ Between Slices (0018,0088) attribute in units of mm, if it exists.
337+
338338.. _dicom-z-from-slice :
339339
340340Working out the Z coordinates for a set of slices
You can’t perform that action at this time.
0 commit comments