allen-cell-animated / website-3d-cell-viewer

Other
5 stars 5 forks source link

save settings and re-apply #289

Open toloudis opened 2 months ago

toloudis commented 2 months ago

Use Case

User: I am loading many images consecutively from the same dataset. I want to be able to "save settings" including enabled channels, colors, and thresholding settings, and "re-apply" after loading the next image.

Solution

Separate Save/apply commands is one way to do this. Another way is to either "auto-save" state or not, so that the next loaded image doesn't cause anything to be re-set.

Alternatives