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

Method getNFrames

ij/src/main/java/ij/ImagePlus.java:1437–1440  ·  view source on GitHub ↗

Returns the number of frames (time-points).

()

Source from the content-addressed store, hash-verified

1435
1436 /** Returns the number of frames (time-points). */
1437 public int getNFrames() {
1438 verifyDimensions();
1439 return nFrames;
1440 }
1441
1442 /** Returns the dimensions of this image (width, height, nChannels,
1443 nSlices, nFrames) as a 5 element int array. */

Callers 15

ImagePlusMethod · 0.95
revertStackMethod · 0.95
flattenStackMethod · 0.95
toStringMethod · 0.95
mergeStacksMethod · 0.95
mergeHyperstacksMethod · 0.95
runMethod · 0.95
runMethod · 0.95
runMethod · 0.95
runMethod · 0.95
runMethod · 0.95
showDialogMethod · 0.95

Calls 1

verifyDimensionsMethod · 0.95

Tested by

no test coverage detected