alexisInSAR / EZ-InSAR

Matlab Interface for Easy InSAR
GNU General Public License v3.0
105 stars 35 forks source link

Change in the ASF API (createlistSLC.m) for Sentinel-1 data #21

Closed alexisInSAR closed 1 year ago

alexisInSAR commented 1 year ago

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).

fig1 fig2

There are two solutions (temporary) to import the table:

  1. Add empty columns at the end of _tmp_listSLC.csv;
  2. Replace the header line.

We fixed the MATLAB function according to the second solution.