-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Added pages from med-imagenet to disciplines/Imaging #86
base: main
Are you sure you want to change the base?
Conversation
Hi there @JoshuaSiraj! 👋 This PR Title does not meet the Conventional Commits specification. Add a prefix to indicate what kind of release this pull request corresponds to.
Please Edit the PR Title to prepend the prefix to your PR: |
function of an anatomic region, typically presented as an array of picture | ||
elements called **pixels** (2D) or **voxels** (3D). This representation is a | ||
discrete mapping of **numerical values** to positions in space. | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
don't forget to add the diagram
- **Pixel depth**: Bytes used to represent each voxel intensity | ||
- **Data type**: Integer, floating-point, etc. | ||
|
||
*add diagram showing a sample header with key metadata fields* |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
don't forget to add the diagram
|
||
\[ | ||
\text{Image File Size} = \text{Header Size} + \text{Pixel Data Size} | ||
\] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not sure if it's a markdown formatting issue, but it isn't clear what you're speaking about here or what this refers to
| Pixel Depth | 2 bytes (16-bit image) | | ||
| Number of Frames | 32 (32 slices) | | ||
|
||
\[ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the markdown for this equation also doesn't show up properly
- **Two Files**: Metadata and image data stored separately. | ||
- **Example**: Analyze (.hdr and .img) | ||
|
||
*add diagram comparing single file vs. two-file configurations* |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
don't forget the diagram
<https://nipy.org/nibabel/coordinate_systems.html> | ||
<https://nipy.org/nibabel/nifti_images.html> | ||
NIFTI first poster: <https://nifti.nimh.nih.gov/nifti-1/documentation/hbm_nifti_2004.pdf> | ||
NIfTI structure diagram: <https://nifti.nimh.nih.gov/nifti-1/documentation/nifti1diagrams_v2.pdf> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
descriptor and link are not in the same line; if you could add a description to what this is supposed to show, would be useful
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
very comprehensive and easy to understand! just needs some minor formatting fixes
Copied from: https://bhklab.github.io/med-imagenet/dev/Overview/