alexisInSAR / EZ-InSAR

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

CreateSLC error #62

Closed yagmurn closed 12 months ago

yagmurn commented 12 months ago

Hi,

I have PAZ datasets. I selected the data directory that has unzipped data folders. I am choosing the mode as PAZ_SM and I am trying to create SLC list. But the list is empty and I have an error like below:

Index exceeds the number of array elements (0).

Error in createlistSLC (line 178) path_xml = [paramslc.pathSLC,'/',list_dir(i1).name,'/',path_xml(1).name];

Error in manageSLC (line 39) createlistSLC([],[],[],miesar_para);

Error in GUIMIESAR>@(src,evt,arg1,arg2)manageSLC(src,evt,'checking',figmiesar.UserData) (line 231) btslccheck.ButtonPushedFcn = @(src,evt,arg1,arg2) manageSLC(src,evt,'checking',figmiesar.UserData);

Error using matlab.ui.control.internal.controller.ComponentController/executeUserCallback (line 382) Error while evaluating Button PrivateButtonPushedFcn.

What should I do?

alexisInSAR commented 12 months ago

Hi yagmurn,

Can you describe your SLCs? The implementation of PAZ SM should worked but we have a few problems with the management of polarisations.

Kind regards,

Alexis