|
a |
|
b/docs/source/tissues.rst |
|
|
1 |
.. _tissues: |
|
|
2 |
|
|
|
3 |
Tissues (dosma.tissues) |
|
|
4 |
================================================================================ |
|
|
5 |
This page details the different tissues that are supported by DOSMA and briefly |
|
|
6 |
explains the methods used for analysis and visualization. |
|
|
7 |
|
|
|
8 |
Tissues are loosely defined as structures of interest in anatomical regions. |
|
|
9 |
For example, both the femur and femoral cartilage are considered tissues are tissues |
|
|
10 |
of the knee. |
|
|
11 |
|
|
|
12 |
DOSMA currently supports 4 tissues: |
|
|
13 |
|
|
|
14 |
1. Femoral cartilage (fc) |
|
|
15 |
2. Tibial cartilage (tc) |
|
|
16 |
3. Patellar cartilage (pc) |
|
|
17 |
4. Meniscus (men) |
|
|
18 |
|
|
|
19 |
Different tissues have different quantitative profiles, visualization methods, and |
|
|
20 |
analysis techniques. The modules for the supported tissues implement and use these |
|
|
21 |
differences for analysis of each tissue. |
|
|
22 |
|
|
|
23 |
.. automodule:: |
|
|
24 |
dosma.tissues |
|
|
25 |
|
|
|
26 |
.. autosummary:: |
|
|
27 |
:toctree: generated |
|
|
28 |
:nosignatures: |
|
|
29 |
|
|
|
30 |
dosma.tissues.FemoralCartilage |
|
|
31 |
dosma.tissues.TibialCartilage |
|
|
32 |
dosma.tissues.PatellarCartilage |
|
|
33 |
dosma.tissues.Meniscus |
|
|
34 |
|
|
|
35 |
Femoral Cartilage |
|
|
36 |
--------------------------------------------------------------------------------- |
|
|
37 |
Femoral cartilage has been closely studied for evaluating knee health. The structure |
|
|
38 |
is often divided into sub-regions to evaluate the sensitivity of different regions of |
|
|
39 |
the knee to chronic diseases such as osteoarthritis. These regions are identified by |
|
|
40 |
three planes (12 regions): |
|
|
41 |
|
|
|
42 |
1. **Sagittal**: Medial, Lateral |
|
|
43 |
2. **Coronal**: Anterior, Central, Posterior |
|
|
44 |
3. **Depth**: Deep, Superficial |
|
|
45 |
|
|
|
46 |
For example, the deep-anterior-medial femoral cartilage tissue is one region. |
|
|
47 |
To analyze differences in these regions, |T2| maps can be unrolled onto a 2D plane :cite:`monu2017cluster`. |
|
|
48 |
|
|
|
49 |
DOSMA supports automatic division of femoral cartilage into these regions and unrolling of these regions. |
|
|
50 |
Unrolled maps are produced for deep, superficial, and total (combined deep and superficial) layers as seen below. |
|
|
51 |
|
|
|
52 |
.. figure:: figures/unrolled_fc.png |
|
|
53 |
:align: center |
|
|
54 |
:alt: Unrolled femoral cartilage |T2| maps |
|
|
55 |
:figclass: align-center |
|
|
56 |
|
|
|
57 |
|
|
|
58 |
Tibial Cartilage |
|
|
59 |
-------------------------------------------------------------------------------- |
|
|
60 |
Tibial cartilage is a flatter surface and is often divided across the three common |
|
|
61 |
planes: |
|
|
62 |
|
|
|
63 |
1. **Sagittal**: Medial, Lateral |
|
|
64 |
2. **Coronal**: Anterior, Central, Posterior |
|
|
65 |
3. **Axial**: Deep, Superficial |
|
|
66 |
|
|
|
67 |
DOSMA automatically divides the tissue into these regions and produces corresponding |
|
|
68 |
visualizations. |
|
|
69 |
|
|
|
70 |
|
|
|
71 |
Patellar Cartilage |
|
|
72 |
-------------------------------------------------------------------------------- |
|
|
73 |
Patellar cartilage is a thin, flat tissue. Because of this structure, it is not often |
|
|
74 |
divided. However, there has been work that may suggest that deep/superficial differences |
|
|
75 |
in the patellar cartilage may be insightful. |
|
|
76 |
|
|
|
77 |
DOSMA divides patellar cartilage into deep/superficial layers across the coronal plane. |
|
|
78 |
|
|
|
79 |
|
|
|
80 |
Meniscus |
|
|
81 |
-------------------------------------------------------------------------------- |
|
|
82 |
DOSMA supports quantitative processing and segmentation of the mensiscus. |
|
|
83 |
However, visualization for the meniscus is not yet supported. |
|
|
84 |
|
|
|
85 |
.. Substitutions |
|
|
86 |
.. |T2| replace:: T\ :sub:`2` |
|
|
87 |
.. |T1| replace:: T\ :sub:`1` |
|
|
88 |
.. |T1rho| replace:: T\ :sub:`1`:math:`{\rho}` |
|
|
89 |
.. |T2star| replace:: T\ :sub:`2`:sup:`*` |