Transcription of ImageJ Macro Language Programmer’s Reference Guide v1
{{id}} {{{paragraph}}}
1 ImageJ Macro Language Programmer s Reference Guide J r me Mutterer* and Wayne Rasband, compiled from: ImageJ website: Fiji Wiki: ImageJ Documentation Wiki: ABSTRACT A scripting Language is a specialized programming Language that allows a program to be controlled. The ImageJ Macro Language (IJM) is a scripting Language built into ImageJ that allows controlling many aspects of ImageJ . Programs written in the IJM, or macros, can be used to perform sequences of actions in a fashion expressed by the program s design.
Jan 01, 1970 · command, then select Macros>Macro 1 to run the first macro or Macros>Macros 2 to run the second. Macros in a macro set can communicate with each other using global variables. In the following example, the two macros share the ‘s’ variable: var s = "a string"; macro "Enter String..." { s = getString("Enter a String:", s); } macro "Print ...
Domain:
Source:
Link to this page:
Please notify us if you found a problem with this document:
{{id}} {{{paragraph}}}