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

Method progress

ij/src/main/java/ij/process/FHT.java:267–270  ·  view source on GitHub ↗
(double percent)

Source from the content-addressed store, hash-verified

265 }
266
267 void progress(double percent) {
268 if (showProgress)
269 IJ.showProgress(percent);
270 }
271
272 /** Performs an optimized 1D FHT of an array or part of an array.
273 * @param x Input array; will be overwritten by the output in the range given by base and maxN.

Callers 1

rc2DFHTMethod · 0.95

Calls 1

showProgressMethod · 0.95

Tested by

no test coverage detected