Description Usage Arguments Value Examples
runFijiMacro runs a macro using preferred Fiji executable
fiji returns path to preferred Fiji executable
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | 
| macro | Path to macro to run | 
| macroArg | Arguments for macro | 
| headless | Whether to have ImageJ/Fiji running headless | 
| batch | Use batch mode | 
| MinMem, MaxMem | Memory limits | 
| IncrementalGC | Whether to use incremental garbage collection | 
| Threads | Number of threads | 
| fijiArgs | Arguments for ImageJ/Fiji (as opposed to the macro itself) | 
| javaArgs | Arguments for java | 
| ijArgs | Arguments for ImageJ | 
| fijiPath | Path to fiji executable (can be set by
 | 
| DryRun | Whether to return the command to be run rather than actually executing it. | 
logical indicating if the command completed successfully
| 1 2 3 4 5 6 7 8 9 10 11 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.