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

Method run

ij/src/main/java/ij/plugin/FFTMath.java:23–26  ·  view source on GitHub ↗
(String arg)

Source from the content-addressed store, hash-verified

21 private ImagePlus imp1, imp2;
22
23 public void run(String arg) {
24 if (showDialog())
25 doMath(imp1, imp2);
26 }
27
28 public boolean showDialog() {
29 int[] wList = WindowManager.getIDList();

Callers

nothing calls this directly

Calls 2

showDialogMethod · 0.95
doMathMethod · 0.95

Tested by

no test coverage detected