-
Notifications
You must be signed in to change notification settings - Fork 28
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
MultiTag intersection object #411
Comments
Would that be a transient object or something that you would want to store in the file? |
I guess this information should be stored in the file. much like a group with some more info. |
I was thinking transient, which is why I mentioned the DataView. |
Since this issue is still open I wanted to say that a MultiTag intersection object would be really useful for me. |
There's an open Pull Request for this in the nixworks library: G-Node/nixworks#19 It needs a bit more testing and a deeper review, which is why it's been open for so long. |
Thanks for the link, I had only checked this repo and couldn't find a branch/PR for it. |
It came up in a discussion that intersecting MultiTags might be a useful feature. This could be a method that takes a list of MultiTags (or their names) and returns a new type (MultiTagView? similar to how a DataView is a sliced view of a DataArray) that has positions and extents that represent the intersection of the provided MTs. Similarly, the references of this MultiTagView would be the DataArrays that are referred to by all provided MultiTags.
The text was updated successfully, but these errors were encountered: