Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Image-Py/imagepy
/ get_nchannels
Method
get_nchannels
imagepy/core/wraper/imageplus.py:63–63 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
61
def
get_nslices(self):
return
len(self.imgs)
62
63
def
get_nchannels(self):
return
self.channels
64
65
def
set_cur(self, n):
66
if
n>=0 and n<len(self.imgs):self.cur=n
Callers
5
mouse_down
Method · 0.80
run
Method · 0.80
run
Method · 0.80
run
Method · 0.80
run
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected