warp10-platform icon indicating copy to clipboard operation
warp10-platform copied to clipboard

reverse CLIP ?

Open pi-r-p opened this issue 2 years ago • 1 comments

Feature request for CLIP: Is it possible to specifiy ranges to remove ? CLIP currently takes ranges to keep.

pi-r-p avatar Jun 22 '22 13:06 pi-r-p

If you pass a list of bounds pairs to CLIP, it will output a list with one gts per pair. If you add a reverse feature to CLIP (callable with an extra boolean parameter), then to be consistent you would have to also return one gts per range you want to remove. But those gts will often overlap a lot, which is not memory efficient. Maybe we should create a new function, for example DECLIP for which the result is not a list but a single gts for which each specified range has been removed

randomboolean avatar Jun 24 '22 09:06 randomboolean