
IJMacro |
util.IJMacro |
This actor run ImageJ macros;
see http://rsb.info.nih.gov/ij/ for information
on the ImageJ system for image processing.
An image file name (String) is input on the 'input' port
and the ImageJ macro that is in the 'macroString' parameter
is carried out. ImageJ macros can be created by recording menu
actions, using the ImageJ menu toolbar.
Author(s): Dan Higgins NCEAS UC SantaBarbara
Version:
fileOrURL
The file name or URL from which to read. This is a string with
any form accepted by File Attribute. This file name may also be
input through the 'input' port.
macroString
The ImageJ macro to execute. Note that if the expression "_FILE_" is
included in this string, it is replaced by the fileOrUrl parameter
string, enabling the insertion of the input image file