Posted by
Peter Haub on
Aug 03, 2020; 9:19am
URL: http://imagej.273.s1.nabble.com/open-ROI-zip-tp5023799p5023800.html
Hi
you can use the Plugins>Macros>Record... function to record the command
you are currently using manually.
This gives at least important hints.
Here is the result for your question:
// (optinal) reset RoiManager
roiManager("reset");
// Select a roi.zip file vai File Open dialog
run("Open...");
// .. alternatively use a path string pointing to the zip file
//roiManager("reset");
//roiManager("Open", "C:\\PATH_TO_\\RoiSet.zip");
Peter
On 03.08.2020 11:01, OBEID Patricia 154904 wrote:
--
ImageJ mailing list:
http://imagej.nih.gov/ij/list.html