a deselect method for Spool #444
ahmadtourei
started this conversation in
Ideas
Replies: 1 comment
-
Sounds good to me. It might get a little bit tricky to implement though before we refactor the indexer (which will basically address all the open issues as well). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For ambient noise interferometry workflow, we often need to exclude parts of the data that include high-amplitude signals or events. Having a
Spool.deselect(time=(t1, t2), distance=(d1, d2))
similar toSpool.select
method would be beneficial.Beta Was this translation helpful? Give feedback.
All reactions