Skip to content

Commit

Permalink
Merge pull request #46 from jhlegarreta/AddKeyPointsToEpisodes
Browse files Browse the repository at this point in the history
ENH: Add keypoints to episodes
  • Loading branch information
jhlegarreta authored Feb 28, 2024
2 parents 7d65f13 + 5e9ff4d commit ba37d8c
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 6 deletions.
5 changes: 4 additions & 1 deletion episodes/anatomy-of-nifti.md
Original file line number Diff line number Diff line change
Expand Up @@ -548,7 +548,10 @@ This is a key component to reproducible analysis and so we'll spend a bit of tim

:::::::::::::::::::::::::::::::::::::::: keypoints

-
- NIfTI image contain a header, which describes the contents, and the data.
- The position of the NIfTI data in space is determined by the affine matrix.
- NIfTI data is a multi-dimensional array of values.

::::::::::::::::::::::::::::::::::::::::::::::::::


3 changes: 2 additions & 1 deletion episodes/bids-derivatives.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ singularity run --cleanenv \

:::::::::::::::::::::::::::::::::::::::: keypoints

-
- BIDS Apps are containerized applications that run on BIDS-compatible datasets.

::::::::::::::::::::::::::::::::::::::::::::::::::


4 changes: 3 additions & 1 deletion episodes/data-organization-bids.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@ Using the same structure for all of your studies will allow you to easily reuse

:::::::::::::::::::::::::::::::::::::::: keypoints

-
- BIDS is an organizational principle for neuroimaging data.
- Converting a raw MRI dataset to a BIDS-compatible dataset streamlines data processing pipelines.

::::::::::::::::::::::::::::::::::::::::::::::::::


4 changes: 2 additions & 2 deletions episodes/open-mri-datasets.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,8 +198,8 @@ df.head()

:::::::::::::::::::::::::::::::::::::::: keypoints

- BIDS is an organizational principle for neuroimaging data
- PyBIDS is a Python-based tool that allows for easy exploration of BIDS-formatted neuroimaging data
- Public neuroimaging BIDS-compatible data repositories allow for pulling data easily.
- PyBIDS is a Python-based tool that allows for easy exploration of BIDS-formatted neuroimaging data.

::::::::::::::::::::::::::::::::::::::::::::::::::

Expand Down
4 changes: 3 additions & 1 deletion episodes/scanner-to-computer.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,9 @@ dcm2niix -z y -o ../data/dicom_examples/nii ../data/dicom_examples/0219191_mystu

:::::::::::::::::::::::::::::::::::::::: keypoints

-
- MRI can capture anatomical (structural), functional, or diffusion features.
- A number of file formats exist to store neuroimaging data.

::::::::::::::::::::::::::::::::::::::::::::::::::


0 comments on commit ba37d8c

Please sign in to comment.