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

Using MultiValueEnum for MCMICRO #29

Open
melonora opened this issue Apr 2, 2023 · 1 comment
Open

Using MultiValueEnum for MCMICRO #29

melonora opened this issue Apr 2, 2023 · 1 comment

Comments

@melonora
Copy link
Collaborator

melonora commented Apr 2, 2023

In some cases, there are multiple directories for which it contents needs to be parsed using a specific model. For example, the directory 'registration', 'dearray' and 'probability_maps' all contain images and should be parsed with the spatialdata ImageModel. Currently, the ModeEnum is not able to handle this. An alternative could be the MultiValueEnum which is part of the aenum library.

Currently this would lead to a metadata conflict, but I think it should be considered as otherwise it is not possible to handle enums with multiple values.

@LucaMarconato
Copy link
Member

Thanks for the info. I think it would be a good solution indeed!

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

2 participants