Hi all,
I am using a RawPixelsStore in Matal to crop an hyperstack out of a 3D volume; the method gives back a linear array of byte which, according to the doc, "can and will be interpreted according to results of getByteWidth(), isFloat(), and isSigned()". I would not mind some more detail on how to do that, ie transfrom the linear array of byte into a usable matlab 3D array of float (or whatever).
Is there a documentation (good job on the improved documentation btw!...) page detailing that somewhere? I ran into the reverse problem a while back and the solution I ended up using was not the most concise...
A.