neurodata / ndstore

code for storing neurodata images and image annotations
http://neurodata.io
Apache License 2.0
38 stars 12 forks source link

make window compatible with int8/int16 channels #400

Closed randalburns closed 7 years ago

randalburns commented 7 years ago

Consult with GKiar about right behavior.

kunallillaney commented 7 years ago

@randalburns I am still unsure how this will work because we anyways typecast all our uint16 data to uint8 for display purposes. Why would you wanna apply window to a unit16 data to have it typecasted it uint8 anyways. PS: We need to readd xy/yz/xzImage methods for all cuboids since they currently only exist for uint8. Also decide what do we do with int vs uint.

kunallillaney commented 7 years ago

@randalburns this is now done.