You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since several weeks, the ASF API (for Sentinel-1 data) does not create the correct output file (tmp_list_SLC.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_list_SLC.csv;
Replace the header line.
We fixed the MATLAB function according to the second solution.
The text was updated successfully, but these errors were encountered:
Since several weeks, the ASF API (for Sentinel-1 data) does not create the correct output file (tmp_list_SLC.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.
The text was updated successfully, but these errors were encountered: