cvnlab / nsdcode

Code related to analyzing the Natural Scenes Dataset
BSD 2-Clause "Simplified" License
30 stars 8 forks source link

carry data type forward #9

Open iancharest opened 3 years ago

iancharest commented 3 years ago

testA.nii.gz (matlab) is much smaller because it is an int16. somehow the python code doesn't keep file types.

kendrickkay commented 3 years ago

the matlab version tries hard to preserve data class and also allows the user to control the data class if they want.

kendrickkay commented 3 years ago

If the data class is controllable in the Python side of things, this would help keep file sizes down