I have several rasters I'm iterating. Each branch of the model determines the difference between the iterative rasters and a constant raster, takes that result and adds/subtracts a predetermined value (1,2,3, etc.) and then produces a shapefile based off of the result.
As it is now, each iterative raster runs through branch 1, branch 2 , etc. and then the next raster runs through branch 1, branch 2, etc.
I would like all iterative rasters to run through branch 1 and then all through branch 2, etc.
Does this explanation help?
Thanks.