Given the following header:
1651 2 8008F0 0 512
Each row in my .dat file loads into memory as 32-bit ints. As my data values can only range from 0-255, I'd like to specify that each row only needs 8-bits. However, given the header parameters, I don't see how I can do that. I was wondering if anyone has a quick fix for this. Thanks in advance!