Product Specification Find Data
Product Overview¶
The GSLC product is a Level 2 product derived from the Level-1 RSLC product by geocoding the input RSLC into a map coordinate system such as a UTM Zone or Polar stereographic projection system.
The geocoding is performed by inverse mapping of the map coordinates with their topographic heights into the radar coordinate system and interpolating the radar signal at the radar location corresponding to the map coordinate. Phase-preserving complex interpolation projects the data onto a uniformly spaced, north-south/east-west aligned geographic grid.
Interferometry¶
The phase of the GSLC product is flattened for the orbit used in the RSLC processing. The phase flattening removes the topographic phase contribution in the GSLC. Consequently, cross-multiplying two GSLC products will result in an interferometric phase flattened interferogram.
Backscatter¶
Because of the phase flattening applied to the GSLC, the amplitude values are also terrain corrected. No radiometric flattening is applied to normalize the backscatter relative to the area contributing to the returned signal, however. For radiometrically terrain corrected backscatter, refer to the Geocoded Covariance (GCOV) products.
The pixel values in the GSLC product are presented as complex Digital Numbers (DN). To convert these DNs to backscatter values, simply calculate the square of the absolute value of the DN of the desired frequency/polarization data from the GSLC product. The resulting backscatter values are in beta-nought (beta0) radiometry.
For users who prefer backscatter values in either gamma-nought (gamma0) or sigma-nought (sigma0) radiometry, Lookup Tables (LUTs) are provided in the GSLC product to help convert the values. The LUTs are found in the metadata/calibrationInformation/geometry subgroup of the GSLC products, as illustrated in Figure 1.

Figure 1:The LUTs are located in the metadata group of a GSLC HDF5 file, under the subgroups calibrationInformation -> geometry. There are LUTs for beta0 as well as gamma0 and sigma0, but the data is already in beta0 radiometry when converted from the DN, so applying the beta0 LUT is not necessary (the value in the beta0 LUT for each pixel with valid data is 1, so leaves the value unchanged).
Once you have calculated beta0 backscatter from the DN, divide it by the square of the values provided in either the sigma0 or gamma0 LUT to output the desired backscatter coefficient. For example:
Refer to this Earthdata Forum post to see code for converting GSLC DN values to a different radar backscatter coefficient.