MCPcopy Create free account
hub / github.com/AstroImageJ/astroimagej / getNSlices

Method getNSlices

ij/src/main/java/ij/ImagePlus.java:1431–1434  ·  view source on GitHub ↗

Returns the image depth (number of z-slices).

()

Source from the content-addressed store, hash-verified

1429
1430 /** Returns the image depth (number of z-slices). */
1431 public int getNSlices() {
1432 verifyDimensions();
1433 return nSlices;
1434 }
1435
1436 /** Returns the number of frames (time-points). */
1437 public int getNFrames() {

Callers 15

ImagePlusMethod · 0.95
setStackMethod · 0.95
revertStackMethod · 0.95
flattenStackMethod · 0.95
toStringMethod · 0.95
mergeStacksMethod · 0.95
mergeHyperstacksMethod · 0.95
runMethod · 0.95
zScaleMethod · 0.95
runMethod · 0.95
runMethod · 0.95
runMethod · 0.95

Calls 1

verifyDimensionsMethod · 0.95

Tested by

no test coverage detected