-
Notifications
You must be signed in to change notification settings - Fork 98
Description
Hello! I am working with whole slide images, specifically IHC. In short, I would like to perform some operations that need to access information from multiple layers (before any segmentation or spatial data is generated). the layers are all images, and are spatially aligned. However, all the existing functions in the current implementation of ImageContainer can only take one layer at a time. My attempts at a workaround have so far failed. I'm very impressed with the image container storage, chunking and parallelization capabilities and would like to use it if at all possible. Looking through the code, it seems like the underlying architecture should be able to support multiple layers easily. First, is that true? I am happy to contribute this feature myself so I can use, and would appreciate your guidance in pointing me to what needs to be changed. Alternatively, if you have workarounds or other ideas on how to do this, I'm all ears. Thank you so much.