getPath bug ??
Posted by chris elliott on Apr 20, 2010; 11:10am
URL: http://imagej.273.s1.nabble.com/getPath-bug-tp3688539.html
In the example code (ShowPath.txt macro) it says:
function getPath() {
if (nImages==0) return "Error: no images open";
selectImage(getImageID);
run("Select None"); // bug workaround
info = getInfo();
Is this bug now fixed? If so, is there a minimal version of ImageJ I
should require - or some code to circumvent the deslection?
chris