I have 200 rasters with fields value, count, a,b,c
I need to compute max(rasters.a)
max(rasters.b)
max(rasters.c)
where rasters is the list of 200 rasters, and a,b,c are fields
I need the max for each pixel...similar to using the Cell Statistics tool which
apparently only works with the value field?