inImage = getDirectory("Choose the images input folder"); outImage1 = getDirectory("Choose the images output folder"); inResult1 = getDirectory("Choose the morpho results folder"); inResult2 = getDirectory("Choose the siliques results folder"); images = getFileList(inImage); // START NEW OR CONTINUE SELECTION pathContinued = inResult1 + "Log.txt"; if(File.exists(pathContinued)) { filestring=File.openAsString(pathContinued); rows=split(filestring, "\n"); x=newArray(rows.length); for(b=0; b