Re: simultaneously obtaining ROI and measurement data

Posted by David Nauen-2 on
URL: http://imagej.273.s1.nabble.com/Re-simultaneously-obtaining-ROI-and-measurement-data-tp5002937p5002947.html

Thanks for the suggestions.  In case anyone else needs the position (mean x- and y-value) of measurement lines: these values are used as the name of each ROI in ROI Manager.  To export the ROI names, I used More/Save.  This produced a zipped directory containing a file for each x,y pair, with the pair determining the filename, with x- and y-value separated by a hyphen.  After unzipping the directory, from the command line I made the list using  ls *.roi | sed -e s/-/,/ -e s/.roi/\;/ > roilist.txt

--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html