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

Method getImageStack

ij/src/main/java/ij/ImagePlus.java:1916–1923  ·  view source on GitHub ↗

Returns the base image stack.

()

Source from the content-addressed store, hash-verified

1914
1915 /** Returns the base image stack. */
1916 public ImageStack getImageStack() {
1917 if (stack==null)
1918 return getStack();
1919 else {
1920 stack.update(ip);
1921 return stack;
1922 }
1923 }
1924
1925 /** Returns the current stack index (one-based) or 1 if this is a single image. */
1926 public int getCurrentSlice() {

Callers 14

makeSubhyperstackMethod · 0.95
actionPerformedMethod · 0.95
openDragAndDropFilesMethod · 0.95
CompositeImageMethod · 0.80
resetDisplayRangesMethod · 0.80
updateImageMethod · 0.80
resetMethod · 0.80
convertStackToHSMethod · 0.80
shuffleMethod · 0.80
readStackMethod · 0.80
adjustApertureMethod · 0.80
getHeaderForSliceMethod · 0.80

Calls 2

getStackMethod · 0.95
updateMethod · 0.45

Tested by 1

readStackMethod · 0.64