Updated alvra/maximum.py

This commit is contained in:
root
2025-11-03 12:36:02 +01:00
parent db389166e5
commit c52bc15e8b

View File

@@ -1,4 +1,4 @@
import numpy as np
def proc(arr):
return np.max(arr)
def proc(_meta, image, _mask):
return np.max(image)