macro "Biodesign"{ //Image processing of the blank image //Make sure you named it "Blank.JPG" //Do not forget to fill the path directory Blank_Path = "/Users/.../Blank.JPG"; open(Blank_Path); run("Split Channels"); //closing of the non-desired color composant selectWindow("Blank.JPG" + " (blue)"); close(); selectWindow("Blank.JPG" + " (red)"); close(); //Change here the number of images to analyze frames = 7; //Enter the name of each image as the little window appears for(i=0;i