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:
242
242
243
243
For later convenience we also define values useful for 3D volumes:
244
244
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.
251
247
252
248
.. _dicom-3d-affines :
253
249
@@ -335,6 +331,10 @@ and therefore:
335
331
See :download: `derivations/spm_dicom_orient.py ` for the derivations and
336
332
some explanations.
337
333
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
+
338
338
.. _dicom-z-from-slice :
339
339
340
340
Working out the Z coordinates for a set of slices
You can’t perform that action at this time.
0 commit comments