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

Method isHyperStack

ij/src/main/java/ij/ImagePlus.java:1405–1407  ·  view source on GitHub ↗

Returns 'true' if this image has more than three dimensions.

()

Source from the content-addressed store, hash-verified

1403 * than three dimensions.
1404 */
1405 public boolean isHyperStack() {
1406 return getNDimensions()>3;
1407 }
1408
1409 /** Returns the number of dimensions (2, 3, 4 or 5). */
1410 public int getNDimensions() {

Callers 15

flattenStackMethod · 0.95
getProcessorMethod · 0.95
setSliceMethod · 0.95
mergeStacksMethod · 0.95
runMethod · 0.95
runMethod · 0.95
runMethod · 0.95
runMethod · 0.95
openMethod · 0.95
runMethod · 0.95
runMethod · 0.95
removePositionsMethod · 0.95

Calls 1

getNDimensionsMethod · 0.95

Tested by

no test coverage detected