I have 2 grayscale rasters which I want to combine using the "RasterExpressionEvaluator", BUT they differ slighty in the number of rows and columns which is why my workflow fails.
I want to run this script several times so I want to dynamically work out the rows and columns of both rasters which we can get these values with the "RasterPropertiesExtractor". I then work out the MIN of both rows and cols using the "ExpressionEvaluator" and resample both rasters to this common dimension using the "RasterResampler".
Because I need to number of rows and columns of BOTH rasters, the workflow from both raster inputs are COMBINED, but now I want to use the "RasterExpressionEvaluator" in "Two Rasters" mode, how can I separate out the 2 rasters again to that I can assign them into the appropriate "A" and "B" input ports??
Hope my quetsion is understandable!(!)