This tool creates a new raster (output
) in which each grid cell is equal to one divided by the grid cell values in the input raster image (input
). NoData values in the input image will be assigned NoData values in the output image.
def reciprocal(self, raster: Raster) -> Raster: ...