This is starting to annoy me in mesmerize-viz, can't have mixed ndim so I made a bunch of sphaghetti to deal with it because I can't just use the new set_data()
Ideas for how to deal with mixed number of dimensions:
- Last two dims are always the 2D image dimensions, [x, y]
- We make a slider for every other dim
- If an image doesn't have a slider for that dim, it's ignored when that slider moves, or if that dim is used in a window function, or apply function etc.
This is starting to annoy me in
mesmerize-viz, can't have mixed ndim so I made a bunch of sphaghetti to deal with it because I can't just use the newset_data()Ideas for how to deal with mixed number of dimensions: