Editing ROI manager files

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

Editing ROI manager files

Ray Wery
Can someone point me to a reference on how to edit the .roi file that is
created when saving roi's in ROI Manager?
I would like to make a set of ROI's, save them to a .roi file using the
ROI manager, then be able to adjust the position of the ROI's by
modifying the .roi file.
 
Thank you

Raymond Wery, M.S.
Medical Physicist / Radiation Safety Officer
Aspirus Wausau Hospital
333 Pine Ridge Boulevard
Wausau, WI  54401

715-847-2031
Fax 715-847-2640
[hidden email]
Reply | Threaded
Open this post in threaded view
|

Re: Editing ROI manager files

Wayne Rasband
On Sep 5, 2008, at 12:29 PM, Ray Wery wrote:

> Can someone point me to a reference on how to edit the .roi file that
> is
> created when saving roi's in ROI Manager?
> I would like to make a set of ROI's, save them to a .roi file using the
> ROI manager, then be able to adjust the position of the ROI's by
> modifying the .roi file.

There are comments in the RoiDecoder source at

     http://rsb.info.nih.gov/ij/source/ij/io/RoiDecoder.java

that describe the .roi file format.

-wayne