how to find the greatest cell in a jitter matrix

adamklec's icon

I know that jit.3m returns the maximum value in a jitter matrix. Is there an easy way to get the coordinates of the cell containing the maximum value?

adamklec's icon

Just noticed jit.findbounds. I can find the maximum value with jit.3m then use it to set the findbounds minimum. Please let me know if I'm missing something or if there is a better way.

Adam