Hi guys,
I noticed the deprecation of many ROIUtil methods with icy 1.7. Specifically I have been using the following
intensity_readout = ROIUtil.getMaxIntensity(sequence, roi, z, t, c);
Could you show me the preferred way to substitute this line? I saw the static ROIMaxIntensityDescriptor.computeMaxIntensity method but it lacks t, z, c parametrization.
Thanks a lot,
Davide