Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AstroImageJ/astroimagej
/ isHyperStack
Method
isHyperStack
ij/src/main/java/ij/gui/StackWindow.java:397–399 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
395
}
396
397
public
boolean isHyperStack() {
398
return
hyperStack && getNScrollbars()>0;
399
}
400
401
public
void
setPosition(
int
channel,
int
slice,
int
frame) {
402
if
(cSelector!=null && channel!=c) {
Callers
15
is
Method · 0.45
doStack
Method · 0.45
activateSelection
Method · 0.45
run
Method · 0.45
showDialog
Method · 0.45
duplicateStack
Method · 0.45
getInfo
Method · 0.45
zScale
Method · 0.45
addToRoiManager
Method · 0.45
getPlot
Method · 0.45
addSlice
Method · 0.45
deleteSlice
Method · 0.45
Calls
1
getNScrollbars
Method · 0.95
Tested by
no test coverage detected