Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow loading label images with the same name from different acquisitions #11

Open
jluethi opened this issue Aug 21, 2024 · 0 comments
Open

Comments

@jluethi
Copy link
Contributor

jluethi commented Aug 21, 2024

We currently don't reload label images that are already loaded. This heuristic is hitting edge-cases though, see this one by @nrepina

When I load a region from round-0 and then load the same region from round-1, I get a message saying e.g. “nuc is already loaded” and it does not load the segmentation image from round-1. It seems this is because “nuc” from round-0 is already loaded and it does not handle layers that have the same name. Ideally a unique name is created, e.g. nuc [1], as in default Napari.

Let's figure out a better way to handle this. May also affect loading channels

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant