bigdataviewer / bigdataviewer-core

ImgLib2-based viewer for registered SPIM stacks and more
BSD 2-Clause "Simplified" License
33 stars 35 forks source link

Add AbstractSpimSource::reload method #170

Closed tpietzsch closed 8 months ago

tpietzsch commented 8 months ago

This is for BigStitcher to easily update transforms in SpimData. AbstractSpimSource caches transformations for all resolution levels of the current time-point. Unless the time-point changes, these transformations are not updated if ViewRegistrations in SpimData are changed. The new AbstractSpimSource::reload allows to trigger a reload.