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

Method getStackSize

ij/src/main/java/ij/macro/Functions.java:1574–1577  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1572 }
1573
1574 double getStackSize() {
1575 interp.getParens();
1576 return getImage().getStackSize();
1577 }
1578
1579 double getImageCount() {
1580 interp.getParens();

Callers 15

getFunctionValueMethod · 0.95
doStackMethod · 0.45
getPositionMethod · 0.45
activateSelectionMethod · 0.45
mergeStacksMethod · 0.45
calculateMethod · 0.45
doStackOperationMethod · 0.45
equalizeMethod · 0.45
saveImageMethod · 0.45
saveFolderMethod · 0.45
getHeaderMethod · 0.45
getImageInfoMethod · 0.45

Calls 2

getImageMethod · 0.95
getParensMethod · 0.80

Tested by

no test coverage detected