Show Navigation | Hide Navigation
You are here:
Geoprocessing tool reference > Environment Settings > Raster Analysis settings

Mask

Release 9.2
Last modified September 4, 2007
E-mail This Topic Printable Version Give Us Feedback

Print all topics in : "Raster Analysis settings"


Related Topics

Identifies those cells within the analysis extent that will be considered when performing an operation or a function. Setting an analysis mask means that processing will only occur on selected locations and that all other locations will be assigned values of NoData.

Setting an analysis mask is a three-step process:




Illustration


Mask illustration


Usage tips




Command line syntax

An overview of the command line window

Mask <raster_dataset>


Parameters Explanation Datatype
<raster_dataset> A raster dataset in which all cells of interest have a value, and all other cells have a value of NoData. Raster Dataset

Data types for geoprocessing tool parameters

Command line example



Mask H:\Tongass\oldgrowgrid



Scripting syntax

An overview of scripting in geoprocessing

Mask (raster_dataset)


Parameters Explanation Datatype
raster_dataset (Required) A raster dataset in which all cells of interest have a value, and all other cells have a value of NoData. Raster Datatset

Data types for geoprocessing tool parameters

Script example



import arcgisscripting
gp = arcgisscripting.create()

gp.workspace = "h:/workspace"
gp.toolbox = "SA"
gp.Mask = "H:/Tongass/oldgrowgrid"


Please visit the Feedback page to comment or give suggestions on ArcGIS Desktop Help.
Copyright © Environmental Systems Research Institute, Inc.