Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AstroImageJ/astroimagej
/ getChannel
Method
getChannel
ij/src/main/java/ij/ImagePlus.java:1941–1943 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1939
}
1940
1941
public
int
getChannel() {
1942
return
position[0];
1943
}
1944
1945
public
int
getSlice() {
1946
return
position[1];
Callers
8
show
Method · 0.95
setDimensions
Method · 0.95
setPosition
Method · 0.95
doStack
Method · 0.95
run
Method · 0.95
run
Method · 0.95
propagate
Method · 0.95
handleDoubleClickInOverlayList
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected