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

Method getZoom

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

Source from the content-addressed store, hash-verified

3755 }
3756
3757 double getZoom() {
3758 interp.getParens();
3759 ImagePlus imp = getImage();
3760 ImageCanvas ic = imp.getCanvas();
3761 if (ic==null)
3762 {interp.error("Image not displayed"); return 0.0;}
3763 else
3764 return ic.getMagnification();
3765 }
3766
3767 void setAutoThreshold() {
3768 String mString = null;

Callers 1

getFunctionValueMethod · 0.95

Calls 5

getImageMethod · 0.95
getCanvasMethod · 0.95
getMagnificationMethod · 0.95
getParensMethod · 0.80
errorMethod · 0.45

Tested by

no test coverage detected