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

Method run

ij/src/main/java/ij/plugin/ZProjector.java:70–72  ·  view source on GitHub ↗

Performs projection on the entire stack using the specified method and returns the result, where 'method' is "avg", "min", "max", "sum", "sd" or "median". Add " all" to 'method' to project all hyperstack time points.

(ImagePlus imp, String method)

Source from the content-addressed store, hash-verified

68 the result, where 'method' is "avg", "min", "max", "sum", "sd" or "median".
69 Add " all" to 'method' to project all hyperstack time points. */
70 public static ImagePlus run(ImagePlus imp, String method) {
71 return run(imp, method, 1, imp.getStackSize());
72 }
73
74 /** Performs projection using the specified method and stack range, and returns
75 the result, where 'method' is "avg", "min", "max", "sum", "sd" or "median".

Callers

nothing calls this directly

Calls 13

setStartSliceMethod · 0.95
setStopSliceMethod · 0.95
setDefaultBoundsMethod · 0.95
setMethodMethod · 0.95
doProjectionMethod · 0.95
getProjectionMethod · 0.95
getImageMethod · 0.95
noImageMethod · 0.95
run2Method · 0.95
startsWithMethod · 0.80
getStackSizeMethod · 0.45
isHyperStackMethod · 0.45

Tested by

no test coverage detected