I'm trying to get the centroid's X
and Y
values from the Results table, but I can't use getResult()
with anything but "Area"
. All other columns (which are regularly displayed on the table) return NaN
.
I'm not using any special plugin, the table is created using "Analyze Particles..."
Any idea what could be causing this?
getResult("Area", 0)
works.
getResult("X", 0)
does not work. (Returns NaN)