saalfeldlab / render

Render transformed image tiles
GNU General Public License v2.0
33 stars 32 forks source link

Exponential fit #189

Closed minnerbe closed 4 months ago

minnerbe commented 4 months ago

I added an exponential fit that could potentially cure the dark area at the top of most tiles. To this end, I introduced a client that estimates the correction and adds a filter spec to the tile specs, as well as a filter.

There is one (layer of one) stack that already has this correction included. However, since the filter code is not deployed yet, I could check the quality of the correction only locally so far.

minnerbe commented 4 months ago

@trautmane I pushed some updates, could you please also review these? Thanks!