peng-lab / BaSiCPy

MIT License
62 stars 20 forks source link

Sample data value overflow #90

Closed tdmorello closed 2 years ago

tdmorello commented 2 years ago

Some sample data seem to have overflow of integer values (see black pixels in the center of cells). This usually happens when an integer value is above the upper bound of what N bits can represent. Likely occurred during some conversion of 16 to 8 bits.

Screen Shot 2022-07-06 at 9 50 29 AM
yfukai commented 2 years ago

Thanks, I'll replace the data!

yfukai commented 2 years ago

closed in #92