Diff of /Docs/body/models.md [000000] .. [38ba34]

Switch to unified view

a b/Docs/body/models.md
1
(the-body-model)=
2
3
# Overview of Body Models
4
5
Each body part is implemented utilizing data from detailed cadaver/anatomy
6
studies, thus ensuring high accuracy and anatomical fidelity.
7
8
See the section below for a more detailed description of the models and the underlying anatomical data.
9
10
::::{dropdown} **Background**
11
12
The body models live in the `Body/` subfolder within your AMMR directory. The folder names and organization here depend on
13
the origin of the models.
14
15
By far the most important folder is the `Body/AAUHuman`, which
16
contains the AnyBody full body model. It was originally developed at Aalborg
17
University, Denmark (with the acronym AAU) but also consists of body-parts (trunk
18
and extremities) that were either developed elsewhere or based on data sets
19
from elsewhere.
20
21
Two mandible models have also been developed but are yet to be assembled with
22
the AAUHuman. These two mandible models can be found in `Body/Mandible`
23
24
The `Body/Beta` folder contains less developed and tested models.
25
26
The different body parts included in the full body model are derived from
27
various anatomical databases from literature.
28
29
The segmental coordinate systems are constructed using the original data. To ensure having a well defined coordinate system for all segments an anatomical frame has been defined, the anatomical frame is constructed using well defined bony landmark locations on the bone.
30
31
The full body model
32
contains shoulder/arm, trunk, foot and multiple leg models
33
which can be assembled into the full human in many combinations.
34
35
:::{note}
36
Parts of the AAUHuman (except the
37
mandible) are by default assembled together into a full body model.
38
See {doc}`/bm_config/index` for re-configuring the model to for example, only represent the trunk, or use a different leg/muscle model.
39
:::
40
41
::::
42
## Models
43
44
```{toctree}
45
:caption: Trunk
46
:maxdepth: 1
47
48
lumbar_spine_model
49
cervical_spine_model
50
thoracic_model
51
```
52
53
```{toctree}
54
:caption: Upper extremity
55
:maxdepth: 1
56
57
shoulder_arm_model
58
detailed_hand_model
59
Regensburg-Ulm hand model <regensburg_ulm_hand_model>
60
```
61
62
```{toctree}
63
:caption: Lower extremity
64
:maxdepth: 1
65
66
leg_model
67
TLEM 1 (deprecated) <leg_tlem_model>
68
TLEM 2 <leg_tlem2_model>
69
GM Foot model <glasgow_maastricht_foot_model>
70
```
71
72
```{toctree}
73
:caption: other
74
:maxdepth: 1
75
76
symmetric_mandible_model
77
aalborg_mandible
78
```