Since several weeks, the ASF API (for Sentinel-1 data) does not create the correct output file (_tmp_listSLC.csv) and MATLAB is not able to read the names of columns (see fig1 and fig2) (issue in createlistSLC.m using the readtable command).
There are two solutions (temporary) to import the table:
Add empty columns at the end of _tmp_listSLC.csv;
Replace the header line.
We fixed the MATLAB function according to the second solution.
Since several weeks, the ASF API (for Sentinel-1 data) does not create the correct output file (_tmp_listSLC.csv) and MATLAB is not able to read the names of columns (see fig1 and fig2) (issue in createlistSLC.m using the readtable command).
There are two solutions (temporary) to import the table:
We fixed the MATLAB function according to the second solution.