Skip to content

Commit

Permalink
[ADD] box to reference landmark table
Browse files Browse the repository at this point in the history
  • Loading branch information
JuliusWelzel committed Nov 21, 2024
1 parent 326cb57 commit 6298b5e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
7 changes: 7 additions & 0 deletions index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@ Each motion capture method has limitations, impacting the interpretability and t

In this manuscript, we will briefly describe the main features of each modality and introduce a set of definitions that we will use throughout. We finally propose a scheme for unified sensor placement annotation with quantifiable levels of precision. We try to align this scheme with the currently available standards for data sharing and annotation, namely the **[Brain Imaging Data Structure (BIDS)](https://bids.neuroimaging.io/)** and the **[Hierarchical Event Descriptors (HED)](https://www.hedtags.org/)**. See [Motion-BIDS](https://bids-specification.readthedocs.io/en/stable/modality-specific-files/motion.html) and definition of body parts in [HED schema browser](https://www.hedtags.org/display_hed.html) for relevant details.

# Anatomical landmarks
We have defined a set of anatomical landmarks for each body part to ensure consistent sensor placement across different systems. These landmarks are used to define the axes of the coordinate system for each body part. The axes are defined as a percentage of the distance between the landmarks, allowing for consistent sensor placement across different body sizes. The landmarks are defined in the anatomical landmark table, which includes the name of the body part, the axis, and the direction of the axis, defined using anatomical landmarks, with axis limits ranging from 0 to 100% of the distance between the landmarks.

::: {.callout-note}
You can find the **anatomical landmark** table **[here](./anatomical_table.qmd)**.
:::

# Types of Motion Capture
## Optical Motion Capture (OMC)

Expand Down
4 changes: 4 additions & 0 deletions styles.css
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
/* css styles */
.callout-note .callout-body {
font-size: 5.5em; /* Adjust font size as needed */
/* Add other CSS properties as needed, like background color, border, etc. */
}

0 comments on commit 6298b5e

Please sign in to comment.