Skip to content

Commit 2bcb742

Browse files
committed
Update slice and volume info
1 parent 955502b commit 2bcb742

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

NIfTI-Guide.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,13 @@ The .nii.gz file is a compressed version of the NIfTI format. NIfTI files store
1818
- First 3x3 submatrix: Rotation and scaling.
1919
- Last column: Translation vector maps voxel coordinates to world coordinates in millimeters
2020

21+
<br>
22+
<img src="./images/NIfTI-Guide/slice-info.png" width=300px>
23+
<br>
24+
<img src="./images/NIfTI-Guide/volume-info.png" width=300px>
25+
<br>
26+
<br>
27+
2128
**2. Data**: The actual image data, stored in a multi-dimensional array.<br>
2229

2330
**3. Compression**: The .gz compression ensures smaller file sizes while maintaining the integrity of the data. When working with `.nii.gz` files, the compression method used can vary. This affects how tools interpret the file structure. Running:

images/NIfTI-Guide/slice-info.png

295 KB
Loading

images/NIfTI-Guide/volume-info.png

870 KB
Loading

0 commit comments

Comments
 (0)