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

Method showProgress

ij/src/main/java/ij/plugin/Projector.java:836–839  ·  view source on GitHub ↗
(double percent)

Source from the content-addressed store, hash-verified

834 }
835
836 private void showProgress(double percent) {
837 if (showMicroProgress && !done)
838 IJ.showProgress(progressBase+percent*progressScale);
839 }
840
841 private void getByteRow(ImageStack stack, int x, int y, int z, int width1, int width2, int[] line) {
842 byte[] pixels = (byte[])stack.getPixels(z+1);

Callers 1

doProjectionsMethod · 0.95

Calls 1

showProgressMethod · 0.95

Tested by

no test coverage detected