Background
The standard output of the RTC process is a gamma0 power image. This format supports statistical assessments of the data. However, when displayed in GIS software, data in power format is dark, making it difficult to use for visual analysis. There are two common ways to deal with this in a GIS environment: convert the power scale to amplitude, or convert it to decibels (dB). A comparison is available in the Example Images section; however, dB-converted images are generally preferred for visualization.
Prerequisites
Materials List:
- Windows, Mac, or Linux
- RTC Image
- Options to obtain image:
- Download and unzip this sample granule
- Download an RTC ALOS PALSAR image using Vertex
- Process an RTC image from Sentinel-1 Data
- Options to obtain image:
- QGIS
Note: You will be prompted to enter your Earthdata Login username and password, or must already be logged in to Earthdata before the download will begin.
Steps
Open QGIS
Load an RTC image
- Click "Layer > Add Layer > Add Raster Layer" or use "Add Raster" icon
- Browse to the directory of your RTC image
- Hold down the Shift or Ctrl key on your keyboard to select multiple images
- Click OK
- You will see the image load in the legend area
Note: The maximum file size QGIS supports is 4 GB for classical TIFF, but no limits for BigTIFF. See the Optional — Create a Subset of your Image step below if you would like to create a subset of your image.
Open the Raster Calculator
- Navigate to "Raster > Raster Calculator" from the main menu
- Calculate the following conversions, double-click on the file names to add to the expression:
- Amplitude: sqrt(“RTC filename”)
- Decibel (dB): 10 * Log10(“RTC filename”)
- Set the Output Layer to a filename and directory of your choice and select OK