Re: macros/AutoRun/*.ijm
Posted by Martin Höhne on Aug 01, 2013; 1:57pm
URL: http://imagej.273.s1.nabble.com/macros-AutoRun-ijm-tp5002208p5004264.html
Dear list,
I had some modifications in the StartupMacros.txt which I moved to the macros/AutoRun
The difference is that while being part of the StartupMacros.txt, the macro was only installed so that it could be called by the F9 key, but the macro was not executed when starting Fiji.
After moving the macro to macros/AutoRun, the macro is not only installed but also executed upon starting Fiji
// macro to add the marker lane to fusion western blot images
macro "Western marker[f9]" {
/*
* Macro for adding the marker lane to the blot image
* with the files from the fusion machine
*
.........
}
Is there a way of installing without execution upon startup?
Thanks,
Martin