saalfeldlab / render

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

Try to separate output from inputs #152

Closed minnerbe closed 1 year ago

minnerbe commented 1 year ago

I encapsulated most of what is computed during a run in the ResultContainer object. Most of its fields are strictly encapsulated (except for idToModel, which is sometimes used for iterating). A result container is built by getting a ResolvedTileSpecCollection and then records all needed quantities through clear method calls.

trautmane commented 1 year ago

merging locally and removing branch