Skip to content

Commit

Permalink
print max
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosuc3m committed Nov 24, 2024
1 parent 0974bde commit 7ffda2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/to_numpy.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
for ff in os.listdir("outputs"):
print(ff)
imp = IJ.openImage("outputs/" + ff);
print(imp.getProcessor().maxValue())
print(imp.getProcessor().getMax())
rai = ImageJFunctions.wrap(imp)
DecodeNumpy.saveNpy("outputs_npy/" + ff, rai)

0 comments on commit 7ffda2e

Please sign in to comment.