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
Hi @alexisInSAR, I am getting this error about not finding the StartTime. I have attached tmp_list_SLC.csv and the result of M = readtable('tmp_list_SLC.csv').
Is it possible to process already downloaded images simply by putting them in slc dir? For example interferogram generation with pair of images using ISCE? I can do it using jupyter notebooks. I wanted to give it a try using EZ-InSAR which seems pretty easy and then test for Time series.
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
Error in manageSLC (line 39)
createlistSLC([],[],[],miesar_para);
Error in GUIMIESAR>@(src,evt,arg1,arg2)manageSLC(src,evt,'checking',figmiesar.UserData) (line 225)
btslccheck.ButtonPushedFcn = @(src,evt,arg1,arg2) manageSLC(src,evt,'checking',figmiesar.UserData);
Error using matlab.ui.control.internal.controller.ComponentController/executeUserCallback (line 386)
Error while evaluating Button PrivateButtonPushedFcn.
Hi @alexisInSAR, I am getting this error about not finding the StartTime. I have attached tmp_list_SLC.csv and the result of
M = readtable('tmp_list_SLC.csv')
.Is it possible to process already downloaded images simply by putting them in slc dir? For example interferogram generation with pair of images using ISCE? I can do it using jupyter notebooks. I wanted to give it a try using EZ-InSAR which seems pretty easy and then test for Time series.
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 598 0 598 0 0 254 0 --:--:-- 0:00:02 --:--:-- 254
100 598 0 598 0 0 178 0 --:--:-- 0:00:03 --:--:-- 178
100 599 0 599 0 0 154 0 --:--:-- 0:00:03 --:--:-- 154
100 3521 0 3521 0 0 870 0 --:--:-- 0:00:04 --:--:-- 870
Error using createlistSLC (line 110)
Unrecognized table variable name 'StartTime'.
Error in manageSLC (line 39)
createlistSLC([],[],[],miesar_para);
Error in GUIMIESAR>@(src,evt,arg1,arg2)manageSLC(src,evt,'checking',figmiesar.UserData) (line 225)
btslccheck.ButtonPushedFcn = @(src,evt,arg1,arg2) manageSLC(src,evt,'checking',figmiesar.UserData);
Error using matlab.ui.control.internal.controller.ComponentController/executeUserCallback (line 386)
Error while evaluating Button PrivateButtonPushedFcn.
tmp_list_SLC.csv
![m](https://user-images.githubusercontent.com/104680747/220438332-85071072-c574-4f32-8c3f-f73eefe77f3b.png)
The text was updated successfully, but these errors were encountered: