plugins

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

plugins

Andre Klarsfeld
Hi,
I'm looking for plugins (or any other trick) that would :

1) allow to save more easily the Results table (in the version we have,
there is only a "Save As" command ; ideally, we'd wish for a simple "Save"
button)

2) create a navigation window when looking at an enlarged image, so as to
move more easily within the image

3) rename ROI's in the "ROI manager" window

Thanks for your help !
Andre
Reply | Threaded
Open this post in threaded view
|

Re: plugins

Gabriel Landini
On Tuesday 06 December 2005 11:38, Andre Klarsfeld wrote:
> 1) allow to save more easily the Results table (in the version we have,
> there is only a "Save As" command ; ideally, we'd wish for a simple "Save"
> button)

I do not understand the query. If you press SaveAs and press enter, the table
should be saved...
If you are running a macro, you can do:

selectWindow("Results");
run("Text...", "save=/home/gabriel/ImageJ/Results.txt");

Not sure if one needs the first line.

> 2) create a navigation window when looking at an enlarged image, so as to
> move more easily within the image

This may not be what you want, but if you enlarged the image and press Space,
the mouse can drag the image around while the key is pressed. This is very
handy to navigate the image.

> 3) rename ROI's in the "ROI manager" window

Select a ROI and press the "Rename" button.

I hope it helps!
Cheers,

Gabriel