|
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
|