Hi to all,
I wrote a very simple python plugin that analyze a DAPI staining and get some parameters.
One of them the C.V. (std/mean intensity) is not one of the standard parameters in Set Measurements menu.
So I create a result table that calculate also this parameter.
I don’t get how to update this Results Table without clear it.
Essentially, I would like that works like that:
- open an Image-1
- then launch my plugin
- Results Table with parameters relative at Image-1
4)open Image-2 - launch my plugin
6)append the results to the already present Results Table.
In few word, how can I check if there is already a generic Results Table and the use it?
I know that I could use analyzer.getResultsTable() but that returns the default ResultsTable.
Thank you
Emanuele Martini