Forums » GAMMA Processing » SAR Data Preprocessing » Sentinel-1 »
Sentinel-1 copy error
Added by Alessandro Novellino almost 8 years ago
Hi all,
i am extracting some bursts (from 3 to 7 of the second and third swaths) from Sentinel-1 TOPS SLC data with SLC_copy_S1_TOPS.
However, after selecting the chosen bursts, the program starts writing blank burst, what could be the problem (see blank_burst.jpg file)?
I have attached the warning message plus the SLC1_tab (corresponding to SLC_copy2) and SLC2_tab (corresponding to SLC_copy_out) I am using as input.
Thanks in advance!
Alex
SLC_copy_out (3.73 KB) SLC_copy_out | |||
blank_burst.JPG (177 KB) blank_burst.JPG | |||
SLC_copy2 (4.36 KB) SLC_copy2 |
Replies (2)
RE: Sentinel-1 copy error - Added by Julia Neelmeijer almost 8 years ago
Hi Alex,
how does your burst tab file look like?
You did realize that the synopsis of SLC_copy_S1_TOPS is NOT SLC_copy_S1_TOPS <SLC1_tab> <SLC2_tab> <s1> <bn1> <s2> <bn2> [dtype] (the help file is still wrong here), but rather
SLC_copy_S1_TOPS <SLC1_tab> <SLC2_tab> <BURST_tab> [dtype]
and you need to provide a burst tab file with the same amount of lines as your input data has?
Best, Julia
RE: Sentinel-1 copy error - Added by Alessandro Novellino almost 8 years ago
Hi Julia,
Sorry I forgot to mention that I was using the <BURST_tab> file with the same amount of line of the <SLC1_tab> <SLC2_tab>, however, after I have restarted the Linux system, now the script is working correctly with the same input data I gave before.
Thanks!
Alex