Forums » GAMMA Processing » SAR Data Preprocessing » Sentinel-1 »
Problem with copying out SLC bursts
Added by Gy Lona over 7 years ago
Hello everyone,
I want to copy out 6 burts from a S1 SLC.
I have a tab file like:
20150308.SLC_tab:
20150308.IW1.slc 20150308.IW1.slc.par 20150308.IW1.slc.TOPS_par
20150308.IW2.slc 20150308.IW2.slc.par 20150308.IW2.slc.TOPS_par
20150308.IW3.slc 20150308.IW3.slc.par 20150308.IW3.slc.TOPS_par
A tab file for the 6 bursts:
20150308.SLC_tab6
20150308.IW1.slc6 20150308.IW1.slc6.par 20150308.IW1.slc6.TOPS_par
20150308.IW1.slc6 20150308.IW1.slc6.par 20150308.IW1.slc6.TOPS_par
20150308.IW1.slc6 20150308.IW1.slc6.par 20150308.IW1.slc6.TOPS_par
A burst tab file:
20150308.BURST_tab:
1 6
1 6
1 6
When I run the SLC_copy_S1_TOPS 20150308.SLC_tab 20150308.SLC_tab6 20150308.BURST_tab , it doesn't generate the 20150308.IW1.slc6, that I could use for a raster-making.
Thanks:
gyLona
Replies (2)
Problem with copying out SLC bursts - Added by Charles Werner over 7 years ago
Hello,
Is there a newline after each line of the SLC_tab and Burst_tab?
As always... when you have a question you should provide a log file with all the
screen output from running the program as well as the exact command that was
given. Its almost impossible to figure out what happened unless this is
provided. Usually the program will tell you why it failed....
Best regards,
Charles
RE: Problem with copying out SLC bursts - Added by Gy Lona over 7 years ago
The problem has solved after I wrote the BURST_tab file content into the command.
Thank you!