Could you please help with the following issue.
I'm trying to process sentinel SLC with snap2stamps/Stamps 4.1.b chain and i'v have error at step 2:
STAMPS: ########################################
STAMPS: ################ Step 2 ################
STAMPS: ########################################
STAMPS: Directory is PATCH_1
PS_EST_GAMMA_QUICK: Starting
PS_EST_GAMMA_QUICK: Estimating gamma for candidate pixels
GETPARM: filter_grid_size=50
GETPARM: filter_weighting='P-square'
GETPARM: clap_win=32
GETPARM: clap_low_pass_wavelength=800
GETPARM: clap_alpha=1
GETPARM: clap_beta=0.3
GETPARM: max_topo_err=20
GETPARM: lambda=0.0554658
GETPARM: gamma_change_convergence=0.005
GETPARM: gamma_max_iterations=3
GETPARM: small_baseline_flag='n'
Found look angle file
PS_EST_GAMMA_QUICK: n_trial_wraps=0.174557
PS_EST_GAMMA_QUICK: Initialising random distribution...
PS_EST_GAMMA_QUICK: 4162797 PS candidates to process
PS_EST_GAMMA_QUICK: iteration #1
PS_EST_GAMMA_QUICK: Calculating patch phases...
Subscript indices must either be real positive integers or logicals.
Error in ps_est_gamma_quick (line 221)
ph_grid(grid_ij(i,1),grid_ij(i,2),:)=ph_grid(grid_ij(i,1),grid_ij(i,2),:)+shiftdim(ph_weight(i,:),-1);
Error in stamps (line 326)
ps_est_gamma_quick(est_gamma_parm);
>> ps_plot('w')
Nonfinite endpoints or increment for colon operator in index.
Error in ps_plot_ifg (line 540)
R(ix1b(i):ix1e(i),ix2b(i):ix2e(i))=col_ix(i)+1;
Error in ps_plot (line 2119)
ps_plot_ifg(ph_disp(:,i_im),plot_flag,lims,lon_rg,lat_rg,ext_data);
I have such errors when trying to calculate any pre-processed data by SNAP GUI or snap2stamps.
In this case, most of the data (3 stacks of 4) is processed without any errors in the version of Stamps 3.3. Only on one stack I get an error about the impossibility to plot 'w'.
I hope for your help. Thank you.