saalfeldlab / render

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

Refactor/error computation #153

Closed minnerbe closed 1 year ago

minnerbe commented 1 year ago

Improve StackAlignmentComparisonClient:

minnerbe commented 1 year ago

I separated the error client into StackAlignmentErrorClient (only computes and stores as JSON) and StackAlignmentComparisonClient (compares two JSONs). This is in preparation for a visualization tool that should show the worst aligned tiles in a stack. Any thoughts, @trautmane ?