Login  Register

Modification of results

Posted by Johannes Breu on Jul 31, 2008; 1:45pm
URL: http://imagej.273.s1.nabble.com/Modification-of-results-tp3695478.html

Hello,

for amelioration of further data processing I would like to introduce a
column in the result table with a certain number that is specific for a
certain treatment (or condition).

This is how it looks now:

1    Result of MAX_Image0006.tif    11718
2    Result of MAX_Image0016.tif    14538
3    Result of MAX_Image0017.tif    3349
4    Result of MAX_Image0018.tif    1925


I am looking for a macro command (dialog box) that enables me to say: Now
it is  condition 1.
Then I define the source of the input data via:
dir1 = getDirectory("Choose SOURCE Directory ");

I start the macro again: Now it is condition 2. I go to the next folder with
different input data...

And all measured images appear in the result table like this

1    Result of MAX_Image0006.tif   1        11718
2    Result of MAX_Image0016.tif   1        14538
3    Result of MAX_Image0017.tif   2          3349
4    Result of MAX_Image0018.tif   2          1925

Thanks
Johannes