Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Image-Py/imagepy
/ run
Method
run
imagepy/menus/Selection/Relation/relation_plg.py:45–46 ·
view source on GitHub ↗
(self, ips, imgs, para = None)
Source
from the content-addressed store, hash-verified
43
return
True
44
45
def
run(self, ips, imgs, para = None):
46
ips.roi = ips.roi.diff(RoiManager.get(para[
'name'
]))
47
48
plgs = [Union, Diff]
Callers
nothing calls this directly
Calls
2
diff
Method · 0.80
get
Method · 0.45
Tested by
no test coverage detected