Setting "Restore ROIs Centered" option in ROI manager in a macro?

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

Setting "Restore ROIs Centered" option in ROI manager in a macro?

HoweLab

I am trying to toggle the “More>>Options…Restore ROIs Centered” option in the middle of a macro, but cannot seem to do it. I've tried the following lines:

roiManager(“Options…”, “Restore ROIs Centered”);

and

run(“Options…”, “Restore ROIs Centered”);

plus a bunch of other options (e.g. ("Options...", restoreCentered), etc), all to no avail. I also tried running the Macro recorder and toggling the option on or off, but absolutely nothing registers on the recorder. That’s what really threw me. Any advice is greatly appreciated.

Best wishes,
Alan