IMPORTSAR

Imports a SAR data set


EnvironmentsMODELER
Batch ModeYes
Quick linksDescription :: Parameters :: Parameter descriptions :: Details :: References :: Related

Back to top

Description



IMPORTSAR imports the specified SAR (POLSAR) data set. In particular, IMPORTSAR should be used for getting SAR data into pipes when using Modeler's canvas mode. IMPORTSAR can be the starting point for SAR processing workflows. Both image data and metadata can be imported. The entire image can be imported, or you may specify a rectangular subset window of data to import. The matrix format is automatically selected according to the data contained in the image. The physical quantity, represented by pixel values, can be specified as sigma, beta, or gamma only for RADARSAT-2 and ASAR. The imported image can then be converted to another matrix format using PSCONV.

IMPORTSAR is a cross between Modeler's regular IMPORT module and the SARINGEST function. IMPORTSAR, unlike IMPORT, is specifically designed to handle SAR data and should be used for all SAR data, especially scenes stored as complex channels. The difference between IMPORTSAR and SARINGEST is that IMPORTSAR has a variety of output ports whereas SARINGEST outputs everything to a single 'any' port.

Back to top

Parameters


Name Type Length Value range
Output: Output SAR image * Raster port 1 -    
OutputGCP: Output GCP segment Raster port 0 -    
OutputText: Output text segment Text port 0 -    
OutputOrbit: Output satellite orbital ephemeris segment ORB port 0 -    
OutputRPC: Output rational function segment BIN port 0 -    
OutputIncAngle: Output SAR incident angle segment Array port 0 -    
File * String 1 -    
Input window Integer 0 - 4 Xoffset, Yoffset, Xsize, Ysize
Data calibration String 0 - 1 Sigma Nought | Beta Nought | Gamma Nought | None
Default: None

* Required parameter
Back to top

Parameter descriptions

Output: Output SAR image

Optionally specifies the output raster port to receive the SAR image data.

OutputGCP: Output GCP segment

Optionally specifies the output segment to receive the ground control points.

OutputText: Output text segment

Optionally specifies the output text segment, which will contain mainly metadata information about the scene.

OutputOrbit: Output satellite orbital ephemeris segment

Optionally specifies the output segment to receive the satellite orbital ephemeris layer.

OutputRPC: Output rational function segment

Optionally specifies the output segment to receive the rational function layer.

OutputIncAngle: Output SAR incident angle segment

Optionally specifies the output segment to receive the incidence angle array segment.

File

Specifies the name of the file that contains the input SAR imagery to be ingested. For SAR data sets distributed in multiple files, use the 'key file' name, as described below.

For each supported sensor, the general form of the key file name is indicated. For more information about the retrieved data for each product, refer to the help topics for specific sensors, in GDB file formats > Supported file formats in the Technical Reference section of the Online Help. The asterisk (*) in the file name indicates a (sensor-dependent) variable number of characters. The number symbols (#) in CV-580 file names indicate the line and pass number, respectively, of the given data set.

For the following sensors, specify the indicated files as the input file:

Input window

Specifies the raster window (Xoffset, Yoffset, Xsize, Ysize) that is read from the input image. If this parameter is not specified, the entire image is processed by default.

Xoffset, Yoffset define the upper-left starting pixel coordinates of the window. Xsize is the number of pixels that define the window width. Ysize is the number of lines that define the window height.

Data calibration

Specifies the type of radiometric calibration applied. This defines the physical quantity that the imported pixels will represent, either Sigma Nought, Beta Nought, or Gamma Nought. The default is none.

This setting applies only for RADARSAT-2, ASAR, and UAVSAR images. The calibration is applied based on the coefficients provided in the scene.

Back to top

Details

IMPORTSAR should be used to get SAR, especially complex SAR, data into Modeler pipes to allow further processing. The output pipes will be filled depending on the input scene file.

The matrix type depends on the content of input data, as described below. Each real matrix element is stored in one channel; each complex matrix element is stored in a single complex channel containing the real and imaginary components of the complex number. All values are stored as floating point numbers. All channels at a pixel are combined to yield the POLSAR matrix representation of the recorded signal at this pixel. For detected data, IMPORTSAR determines the output bit depth and channel type from the input bit depth.

Imported data products

The supported SAR-data products for each sensor are listed herein. For each sensor, the products are grouped by their POLSAR-matrix representations written to the output file.

The following data products are imported for the AIRSAR sensor [1]:

The following data products are imported for the ASAR sensor [2]:

The following data products are imported for the CV-580 sensor [3]:

The following RADARSAT-2 data products are imported [4]:

The following data products are imported for the RISAT-1 sensor:

The following data products are imported for the SIR-C sensor [1]:

Metadata

In addition to image and segment data, the algorithm extracts metadata related to SAR processing and writes it to the output file. There are two levels of metadata: file and channel.

At the file level, SAR metadata contains information that relates to the data set as a whole, including:

At the channel level, metadata for polarimetric data identifies the matrix element stored in the channel:

Back to top

References

[1]. Chapman, B. SIR-C Data Compression Software User Guide, NASA JPL D-11427, Revision 2.0. June 1994; http://jpl.nasa.gov.

[2]. European Space Agency, ASAR Product Handbook, September 2004; http://envisat.esa.int/pub/ESA_DOC/ENVISAT/ASAR/asar.ProductHandbook.1_3.pdf.zip.

[3]. Wind, A.F. and K.P. Murnaghan. CV-580 PolGASP Format Definition, CCRS-TN-2002-025. Canada Centre for Remote Sensing, November 24, 2004.

[4]. MDA, RADARSAT-2 Product Format Definition, RN-RP-51-2713, Issue 1/5, 2003.

[5]. ESA, ASAR Auxiliary Data Files. Available at http://earth.esa.int.

© PCI Geomatics Enterprises, Inc.®, 2026. All rights reserved.