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

Method run

ij/src/main/java/ij/plugin/filter/FFTFilter.java:58–61  ·  view source on GitHub ↗
(ImageProcessor ip)

Source from the content-addressed store, hash-verified

56 }
57
58 public void run(ImageProcessor ip) {
59 slice++;
60 filter(ip);
61 }
62
63 void filter(ImageProcessor ip) {
64 ImageProcessor ip2 = ip;

Callers

nothing calls this directly

Calls 1

filterMethod · 0.95

Tested by

no test coverage detected