Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AstroImageJ/astroimagej
/ size
Method
size
ij/src/main/java/ij/ImageStack.java:246–248 ·
view source on GitHub ↗
Returns the number of slices in this stack.
()
Source
from the content-addressed store, hash-verified
244
245
/** Returns the number of slices in this stack. */
246
public
int
size() {
247
return
getSize();
248
}
249
250
public
int
getSize() {
251
return
nSlices;
Callers
15
toString
Method · 0.95
setBitDepth
Method · 0.95
duplicate
Method · 0.95
crop
Method · 0.95
convertToFloat
Method · 0.95
setZCoordinate
Method · 0.95
swapStackImages
Method · 0.95
run
Method · 0.95
reduceStack
Method · 0.95
convert
Method · 0.95
run
Method · 0.95
stretchHistogram
Method · 0.95
Calls
1
getSize
Method · 0.95
Tested by
no test coverage detected