Perl script: SLC_ovr_all
NAME
SLC_ovr_all -Range over-sample RSLC data by an integer factor
SYNOPSIS
SLC_ovr_all <SLC_tab> <SLC2_dir>
<r_ovr>
<SLC_tab> | (input) two column list of input SLC files and SLC_par files (including paths) (text) |
<SLC2_dir> | (input) directory to contain oversampled SLC images |
<r_ovr> | (input) range oversampling factor between 2 and 16 |
<SLC_tab2> | (output) two column list of oversampled SLC files and SLC_par files (including paths) (text) |
EXAMPLE
SLC_ovr_all RSLC_tab rslc2 2 RSLC_tab2
Oversample the SLC files listed in RSLC_tab by a factor of 2 and store the files in the directory rslc2. The input SLC parameter file parameters are calculated and stored in the rslc2 directory. The script also generates the SLC_tab2 file listing the oversampled SLC and SLC parameter files.
DESCRIPTION
This script oversamples the SLC files listed in the SLC_tab using the program SLC_ovr. SLC_ovr uses FFT interpolation to perform the oversampling operation. The script creates SLC_tab2 that contains a two-column list of the oversampled SLCs and associated SLC parameter files.