Available with Image Analyst license.
Available with Spatial Analyst license.
Overview
Divides the values of two rasters on a pixel-by-pixel basis.
Notes
The order of the inputs are important since the first input is divided by the second input.
When a number is divided by zero, the output result is NoData.
If both inputs are integers, an integer division is performed, and the output result is an integer. If either input is floating point, a floating-point division is performed, and the output result is a floating-point value.
If both inputs are single band rasters, or one of the inputs is a constant, the output will be a single band raster.
If both inputs are multiband rasters, or one of the inputs is a constant, the output will be a multiband raster. The number of bands in each multiband input must be the same.
The function will perform the operation on each band from one input against the corresponding band from the other input. If one of the inputs is a multiband raster and the other input is a constant, the function will perform the operation against the constant value for each band in the multiband input.
Parameters
Parameter name | Description |
---|---|
Raster | The input whose value will be divided by the second input. A number can be used as an input for this parameter, provided a raster is specified for Raster2. |
Raster2 | The input whose value the first input will be divided by. A number can be used as an input for this parameter, provided a raster is specified for Raster. |
Extent Type | Choose which extent should be used in the output raster:
|
Cellsize Type | Choose which cell size to use in the output raster. If all the input cell sizes are the same, all the options will yield the same results.
|