The operation applies one of the operations
"Add","Subtract","Multiply","Divide", "AND", "OR", "XOR", "Min",
"Max", "Average", "Difference" or "Copy" to the two input images, pixel
by pixel.
Options
operator: Select the operator you want to apply to the two images. float result:
If float result is selected, the result image will be of type 32-bit
and will therefor be able to represent floating point values..
Parameter
inputImage (ImagePlus): The first operand for the operation.
secondInputImage (ImagePlus): The second operand for the operation.