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

Method setStopSlice

ij/src/main/java/ij/plugin/ZProjector.java:118–122  ·  view source on GitHub ↗
(int slice)

Source from the content-addressed store, hash-verified

116 }
117
118 public void setStopSlice(int slice) {
119 if (imp==null || slice < 1 || slice > imp.getStackSize())
120 return;
121 stopSlice = slice;
122 }
123
124 public void setMethod(int projMethod){
125 method = projMethod;

Callers 3

groupZProjectMethod · 0.95
runMethod · 0.95
run2Method · 0.95

Calls 1

getStackSizeMethod · 0.45

Tested by

no test coverage detected