// StackProfilePlot.txt // This macro generates profile plots of all the images // in a stack and stores then in another stack. macro "Stack profile Plot" { requires("1.33r"); saveSettings(); if (nSlices==1) exit("Stack required"); run("Profile Plot Options...", "width=400 height=200 minimum=0 maximum=255 fixed"); setBatchMode(true); stack1 = getImageID; stack2 = 0; n = nSlices; for (i=1; i