Login  Register

help me add recorded macros command to menu

Posted by b3d3g1 on Aug 05, 2010; 8:13pm
URL: http://imagej.273.s1.nabble.com/help-me-add-recorded-macros-command-to-menu-tp3687361.html

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");