fiji / Colocalisation_Analysis

Fiji's plugin for colocalization analysis
http://imagej.net/Coloc_2
GNU General Public License v3.0
25 stars 18 forks source link

Results Dashboard v2: Improve results display #8

Closed ctrueden closed 9 years ago

ctrueden commented 9 years ago

From Ann Wheeler:

In the output results file one needs to know what slice and ROI the colocalisation coefficients correspond to and be able to only chose the ones of interest for the study .

Migrated-From: http://fiji.sc/bugzilla/show_bug.cgi?id=1100

chalkie666 commented 9 years ago

using the maskHash integer ID as a unique identifier for ROIs and the jobName output is implemented in my latest changes, which @tomka is trying to merge into fiji master currently. But the imageJ ROI manager's ROI labels and these hash IDs are obviously not the same. The output images do show the selected ROI patch of image... so visually you can see which RIO of an image it is... but maybe we can do better.
Possibly best to use the ROI manager labels as the ID of the roi and use that in the jobName, but that leaves the problem of image mask naming.... i guess the mask images has a name so that can be used, so long as the user knows to use unique named mask images?

chalkie666 commented 9 years ago

is now fixed and the general idea also carried over into the new "Results Dashboard v2" see issue #31

tomka commented 9 years ago

On Thu, Jul 30, 2015 at 02:45:06AM -0700, dan white wrote:

using the maskHash integer ID as a unique identifier for ROIs and the jobName output is implemented in my latest changes, which @tomka is trying to merge into fiji master currently.

You merged the cleaned up branch already. So it is part of Coloc 2's master branch. :-)

chalkie666 commented 9 years ago

so its done! i will then close this one.