|
Can someone help me add this file to the macros menu so i can just run it by selecting it. I figured out how to add it to the StartupMacros and adding the button but I do not now how to actually run the macros. I'm very new to this and and help would be great. The file name and contents are listed below:
BackgroundRDraw.ijm
run("Subtract Background...", "rolling=40 light sliding");
//setTool("line");
//setTool("polyline");
makeLine(3012,512,3300,892,3528,1196,3828,1592,4068,1912,4332,2264,4620,2652);
run("Plot Profile");
|