Hello,
How can I check if the output of Find Maxima is empty, in order to get the point coordinates? Something like this…
run("Find Maxima...", "prominence=100 strict exclude light output=[Point Selection]");
if(output.length>0){
Roi.getCoordinates(xpoints, ypoints);
}
Thanks in advance
Mafalda