Skip to content

Commit

Permalink
differences for PR #55
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Dec 21, 2024
1 parent 7190640 commit 9dc6ae4
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 11 deletions.
2 changes: 1 addition & 1 deletion md5sum.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"config.yaml" "3ef23136064fd3627b556860c2d3040f" "site/built/config.yaml" "2024-02-18"
"index.md" "78d2be0b54fef4ff7252449003cdc44f" "site/built/index.md" "2024-02-18"
"episodes/before-we-start.md" "1e98940ca00552578a4e3b31e6064999" "site/built/before-we-start.md" "2024-02-18"
"episodes/scanner-to-computer.md" "4bfdc24a929fe0e133992bb995fdf4d4" "site/built/scanner-to-computer.md" "2024-12-20"
"episodes/scanner-to-computer.md" "d32d940876c7f2750198052618505e2d" "site/built/scanner-to-computer.md" "2024-12-21"
"episodes/anatomy-of-nifti.md" "ac2a7fc719d8174b6d6274d7973a8d4b" "site/built/anatomy-of-nifti.md" "2024-02-29"
"episodes/data-organization-bids.md" "0b88931c574033a6adad39c34fc340f9" "site/built/data-organization-bids.md" "2024-02-28"
"episodes/open-mri-datasets.md" "9025db8aad6a5526209f349b43aa10c0" "site/built/open-mri-datasets.md" "2024-02-28"
Expand Down
22 changes: 12 additions & 10 deletions scanner-to-computer.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,16 +58,18 @@ exercises: 10

<h6 id="fileformats"> Common file formats:</h6>

| Format Name | File Extension | Origin/Group | More info|
| ----------- | -------------- | --------------------------------------------- |-----------
| DICOM | none or `.dc` | ACR/NEMA Consortium |https://www.dicomstandard.org/ |
| Analyze | `.img`/`.hdr` | Analyze Software, Mayo Clinic |https://eeg.sourceforge.net/ANALYZE75.pdf|
| NIfTI | `.nii` (or `.nii.gz`) | Neuroimaging Informatics Technology Initiative|https://brainder.org/2012/09/23/the-nifti-file-format/|
| MINC | `.mnc` | Montreal Neurological Institute |https://www.mcgill.ca/bic/software/minc|
| NRRD | `.nrrd` | |https://teem.sourceforge.net/nrrd/format.html|
| MGH |`.mgz` or `.mgh` (or `.mgh.gz`) | Massachusetts General Hospital|https://surfer.nmr.mgh.harvard.edu/fswiki/FsTutorial/MghFormat|


| Format Name | File Extension | Origin/Group |
|-------------|----------------|--------------|
| [DICOM](https://www.dicomstandard.org/current) | none (*) | ACR/NEMA Consortium |
| [Analyze](https://eeg.sourceforge.net/ANALYZE75.pdf) | `.img`/`.hdr` | Analyze Software, Mayo Clinic |
| [NIfTI](https://nifti.nimh.nih.gov/) | `.nii` (**)| Neuroimaging Informatics Technology Initiative |
| [MINC](https://www.mcgill.ca/bic/software/minc) | `.mnc` | Montreal Neurological Institute |
| [NRRD](https://teem.sourceforge.net/nrrd/format.html) | `.nrrd` | Gordon L. Kindlmann |
| [MGH](https://surfer.nmr.mgh.harvard.edu/fswiki/FsTutorial/MghFormat) | `.mgz` or `.mgh` | Massachusetts General Hospital |

(*) DICOM files typically have a `.dcm` file extension.
(**) Some files are typically compressed and their extension may incorporate the corresponding
compression tool extension (e.g. `.nii.gz`).

From the MRI scanner, images are initially collected in the DICOM format and can be converted to these other formats to make working with the data easier.

Expand Down

0 comments on commit 9dc6ae4

Please sign in to comment.