Hi all,
I was not aware of the BAI function ins Spatial Analyst, and so I had written the burned area index into a function. However, the results shifted the raster cells and I am not sure why.
Here is the example of the code I used in raster calculator:
1/((0.1 - Power("LS5_c1_19920425.tif_B3",2)) + Power("LS5_c1_19920425.tif_B4",2))where files "..B3.tif" and "..B4.tif" are the red and NIR bands from landsat imagery.
When I use the BAI function in spatial analyst, the alignment is correct. I don't see what in the code that I have would lead to a shift in the raster cells. Any help would be appreciated.