Skip to main content

Generate Masked SAR Raster (Image Analyst Tools)

Summary

Generates an output synthetic aperture radar (SAR) dataset that preserves radar measurements for the entire original input extent, while masking out a specified region of interest.

Usage

  • The output SAR data uses NoData pixels to mask out the specified region.

  • Ocean pixels are often used as the region to mask out.

  • Masking out the specified region of interest will help reduce noise, focus analysis on relevant regions, and improve subsequent analysis, such as classification, change detection, coherence estimation, interferogram generation, and phase unwrapping.

  • When the Input Mask Features parameter is not specified, the input digital elevation model (DEM) will be used to determine the land-water interface to generate the NoData mask for the ocean.

    When the Input Mask Features parameter is specified, the input mask feature will be used to generate the NoData mask for the specified region of interest. In this case, a DEM raster is only required for nonorthorectified SAR data.

    Both orthorectified and nonorthorectified SAR data are valid inputs.

Parameters

Label Explanation Data type

Input Radar Data

The input radar data.

Raster Dataset; Raster Layer

Output Radar Data

The output radar data with a newly defined NoData mask.

Raster Dataset

Polarization Bands

(Optional)

The polarization bands that will be processed.

The first band is selected by default.

Select all polarization bands if the output will be with the SAR Analysis tools.

String

Input Mask Features

(Optional)

The input features that define where NoData pixels will be created.

Feature Layer

Mask Area

(Optional)

Specifies whether pixels that are inside or outside the input mask feature will be used to generate the NoData mask. This parameter is only active when the Input Mask Features parameter is specified.

  • InsidePixels that are inside the input mask area will be NoData pixels. This is default.

  • OutsidePixels that are outside the input mask area will be NoData pixels.

String

DEM Raster

(Optional)

The input DEM raster.

When the Input Mask Features parameter is not specified, this DEM will be used to generate the NoData mask for the ocean areas.

When the Input Mask Features parameter is specified and the Input Radar Data parameter value is not orthorectified, this DEM is required to transform the feature's ground coordinates into radar coordinates.

Raster Layer; Mosaic Layer

Apply geoid correction

(Optional)

Specifies whether the vertical reference system of the input DEM will be transformed to ellipsoidal height. Most elevation datasets are referenced to sea level orthometric height, so a correction is required in these cases to convert to ellipsoidal height.

  • CheckedA geoid correction will be made to convert orthometric height to ellipsoidal height (based on EGM96 geoid). This is the default.

  • UncheckedNo geoid correction will be made. Use this option only if the DEM is provided in ellipsoidal height.

Boolean

Environments

Compression, Current Workspace, Parallel Processing Factor, Pyramid, Raster Statistics, Resampling Method, Scratch Workspace, Tile Size

Licensing information

  • Basic: Requires Image Analyst
  • Standard: Requires Image Analyst
  • Advanced: Requires Image Analyst