SARBurstExtraction

This application performs a burst extraction by keeping only lines and samples of a required burst.

Description

Sentinel1 IW SLC products are composed of several burst overlapping in azimuth time for each subswath, separated by black lines [1]. The burst extraction consist in extracting a single burst, by selecting only lines and samples of the wanted burst.

Note that the output sensor model is updated accordingly. This burst extraction is the perfect preprocessing step for S1 IW SLC product with OTB without suffering from artifacts caused by bursts separation .Two modes are available for the output image : with all pixels andwith only valid pixels

This application has several output images and supports “multi-writing”. Instead of computing and writing each image independently, the streamed image blocks are written in a synchronous way for each output. The output images will be computed strip by strip, using the available RAM to compute the strip size, and a user defined streaming mode can be specified using the streaming extended filenames (type, mode and value). Note that multi-writing can be disabled using the multi-write extended filename option: &multiwrite=false, in this case the output images will be written one by one. Note that multi-writing is not supported for MPI writers.

Parameters

Input Sentinel1 IW SLC Image -in image Mandatory
Raw Sentinel1 IW SLC image, or any extract of such made by OTB (geom file needed)

Index of Burst -burstindex int Default value: -1
Index for the required Burst (By default -1). If this parameter remains at -1, all bursts will be extracted

Output Image -out image [dtype] Mandatory
The output filename will be used to get the prefix and the extension of thise output written’s image. For example with outimage.tif asoutput filename, the generated images will had an indice (corresponding at each burst) between the prefix and the extension, such as: outimage_Burst0.tif and outimage_Burst1.tif (if 2 bursts).

Select the modes for output image -allpixels bool Default value: false
If true, all pixels of the current burst are selected.

Available RAM (MB) -ram int Default value: 256
Available memory for processing (in MB).

Examples

From the command-line:

otbcli_SARBurstExtraction -in s1_iw_slc.tif -out s1_iw_slc_burst0.tif

From Python:

import otbApplication

app = otbApplication.Registry.CreateApplication("SARBurstExtraction")

app.SetParameterString("in", "s1_iw_slc.tif")
app.SetParameterString("out", "s1_iw_slc_burst0.tif")

app.ExecuteAndWriteOutput()

Limitations

Only Sentinel1 IW SLC products are supported for now. Processing of other Sentinel1 modes or TerrasarX images will result in no changes in the image and metadata. Images from other sensors will lead to an error. Burst extraction needs as inputs a image composed of several Bursts. A burst has to contain all its lines in order to have a correct extraction. ie : Careful with ROI.