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

Method showStatus

ij/src/main/java/ij/plugin/FFT.java:363–368  ·  view source on GitHub ↗
(String msg)

Source from the content-addressed store, hash-verified

361 }
362
363 void showStatus(String msg) {
364 if (stackSize>1)
365 IJ.showStatus("FFT: " + slice+"/"+stackSize);
366 else
367 IJ.showStatus(msg);
368 }
369
370 void doMasking(FHT ip) {
371 if (stackSize>1)

Callers 4

doInverseTransformMethod · 0.95
doForwardTransformMethod · 0.95
newFHTMethod · 0.95
padMethod · 0.95

Calls 1

showStatusMethod · 0.95

Tested by

no test coverage detected