Forums » GAMMA Processing » SAR Data Preprocessing » Sentinel-1 »
Sentinel-1 data generating MLI mosaic
Added by Yi Zang about 9 years ago
Hello all,
I was having problem using multi_S1_TOPS to generate MLI mosaic from Sentinel-1 data. This program uses an input file SLC_tab which indicate the name and address for files to be processed. I followed the Sentinel-1 user guide to generated a 3 column list of SLC SLC.par and TOPS_par files in a text file. The program gives me an error saying: ERROR: cannot input S1 TOPS SLC_tab: c:gamma_workingspace/Sentinel-1/20150509_0720/SLC_tab.
This tab file seems to be a very important input file to several programs in order to process Sentinel data, so a format or example of how this file should look like would be a great help! I have attached the SLC_tab file generated by myself. Please have a look and see what is wrong. BTW, I used TAB to separated each file and ENTER to get a new line.
Any help or suggestion will be appreciated!
Thanks,
Yi
SLC_tab.txt (724 Bytes) SLC_tab.txt |
Replies (4)
RE: Sentinel-1 data generating MLI mosaic - Added by Melanie Rankl about 9 years ago
Hi Yi,
I generated the tab files without the path to the files, because I usually process the data in the same folder as the raw data are stored. That means, just put all TOPS SLCs in one folder and add the SLC_tab.
Attached you can find an example of how my tab files look like.
Melanie
S1_SLC_tab.txt (99 Bytes) S1_SLC_tab.txt |
RE: Sentinel-1 data generating MLI mosaic - Added by Yi Zang about 9 years ago
Thanks!
I got the program running now.
Yi
RE: Sentinel-1 data generating MLI mosaic - Added by Redmine Admin about 9 years ago
Hello,
The solution is simple, you are using the incorrect specification for the path!
You need to include the first /
c:/gamma_workingspace/Sentinel-1/20150509_0720/SLC_tab
You could test this simply, try in windows cmd window:
dir c:/gamma_workingspace/Sentinel-1/20150509_0720/SLC_tab.
Charles
RE: Sentinel-1 data generating MLI mosaic - Added by Yi Zang about 9 years ago
Thanks Charles. Can't believe I made such a small error!