Closed zacsimile closed 7 months ago
Is the underlying assumption that most people are using 8- or 12-bit cameras? Or that the user will rescale counts in [0, 65535] to [-32768, 32767]?
This was a BDV issue, fixed last year, and solved in new writers by specifying an explicit data type in the setup level attributes.
See https://forum.image.sc/t/bigstitcher-image-fusion-produces-black-bars/85726. This seems to be related to #60. BDV published its spec as expecting
uint16
data sources. However, BigStitcher expectsint16
. I would suggest either supporting automatic casting ofuint16
data toint16
on load, or making the correct spec easy to access, maybe by putting it on the BigStitcher ImageJ page.