Skip to content

Commit

Permalink
Merge pull request #83 from aldoclemente/master
Browse files Browse the repository at this point in the history
Fixed bug in 'int16' data reading.
  • Loading branch information
fangq authored Feb 5, 2025
2 parents 6462e20 + ba2645c commit 1e7a9b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nii2jnii.m
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@
'uint8' 0 % unknown %
'uint8' 0 % binary (1 bit/voxel) %
'uint8' 1 % unsigned char (8 bits/voxel) %
'uint16' 1 % signed short (16 bits/voxel) %
'int16' 1 % signed short (16 bits/voxel) %
'int32' 1 % signed int (32 bits/voxel) %
'single' 1 % float (32 bits/voxel) %
'single' 2 % complex (64 bits/voxel) %
Expand Down

0 comments on commit 1e7a9b4

Please sign in to comment.