fiji / Colocalisation_Analysis

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

Results: change 1st line of results, result from -1 to Done or Complete #23

Closed chalkie666 closed 9 years ago

chalkie666 commented 9 years ago

@tomka added ability to have string resilts , so can now have a string result here: instead of Colocalization_of_colocsample1b-green.tif_versus_colocsample1b-red.tif_1827000661 -1

to

Colocalization_of_colocsample1b-green.tif_versus_colocsample1b-red.tif_1827000661 Done or Colocalization_of_colocsample1b-green.tif_versus_colocsample1b-red.tif_1827000661 Complete or Colocalization_of_colocsample1b-green.tif_versus_colocsample1b-red.tif_1827000661 Finished Computing results.

tomka commented 9 years ago

Wouldn't it be more descriptive to just have a string field called "Job name" which then holds the the name? E.g.:

Name Result
Job name Colocalization_of_colocsample1b-green.tif_versus_colocsample1b-red.tif_1827000661
chalkie666 commented 9 years ago

Yes. Actually it would. I can do it next week...

D On 18 Sep 2015 3:42 pm, "Tom Kazimiers" notifications@github.com wrote:

Wouldn't it be more descriptive to just have a string field called "Job name" which then holds the the name? E.g.: Name Result Job name Colocalization_of_colocsample1b-green.tif_versus_colocsample1b-red.tif_1827000661

— Reply to this email directly or view it on GitHub https://github.com/fiji/Colocalisation_Analysis/issues/23#issuecomment-141454602 .

chalkie666 commented 9 years ago

@tomka , I fixed it in commit ca6cb3e , as you suggested doesnt need code review, its a tiny change, i tested , it works as expected. So I will merge it into master already