How can I get multiple outputs by running a function file. I wrote a function file which included set of codes to calculate 3 equations because of the same input images (its size is [4265,12789,7]) and catenate equation.
I need output images (.tif) with the same size as inputs from each equation. 3 outputs from 3 equations written in a function file. Is there any way to do this without separating each equation into different function files.
That is the convention for declaration:
and this is an example: