Skip To Content

Mask function

Using the Mask function, you will specify one or more NoData values or a range of valid pixel values.

The inputs for this function are the following:

  • Input Raster
  • NoData Interpretation
  • NoData Values
  • Included Ranges

NoData Interpretation refers to how the NoData values will impact the output image.

  • All—The NoData values you specify for each band must occur in the same cell for the output image to contain the NoData cell.
  • Any—If the NoData value you specify occurs for a cell in a specified band, then that cell in the output image will be NoData.

Example of cell value inputs and output

Band 1Band 2Band 3NoData InterpretationRGB

NoData

1

1

All

1

NoData

NoData

NoData

All

NoData

NoData

1

1

Any

NoData

NoData

NoData

NoData

Any

NoData

Examples using NoData Interpretation

You can specify values for either or both of the NoData Values and Included Ranges.

The NoData values can be specified for each band. You can specify more than one value by entering a space-delimited list.

The included ranges can be specified for each band by specifying a minimum and maximum value; any values outside the range will be returned as NoData. A pixel is included if the pixel's value falls within any of the ranges specified. Therefore, if band 1 has a range of 5–10 and band 2 has a range of 15–20, and the pixel value for band 1 is 8, then this pixel will not be masked out.