dbekaert / StaMPS

Stanford Method for Persistent Scatterers
http://homepages.see.leeds.ac.uk/~earahoo/stamps/
GNU General Public License v3.0
233 stars 120 forks source link

step_2 #25

Open FriedrichHayec opened 3 years ago

FriedrichHayec commented 3 years ago

Subscript indices must either be real positive integers or logicals.

Error in clap_filt (line 71) ph_bit(1:n_win,1:n_win)=ph(i1:i2,j1:j2);

Error in ps_est_gamma_quick (line 225) ph_filt(:,:,i)=clap_filt(ph_grid(:,:,i),clap_alpha,clap_beta,n_win0.75,n_win0.25,low_pass);

Error in stamps (line 327) ps_est_gamma_quick(est_gamma_parm);

sase1997 commented 3 years ago

I find ps1.mat xy is wrong

DD-ZHAO commented 9 months ago

Subscript indices must either be real positive integers or logicals.

Error in clap_filt (line 71) ph_bit(1:n_win,1:n_win)=ph(i1:i2,j1:j2);

Error in ps_est_gamma_quick (line 225) ph_filt(:,:,i)=clap_filt(ph_grid(:,:,i),clap_alpha,clap_beta,n_win_0.75,n_win_0.25,low_pass);

Error in stamps (line 327) ps_est_gamma_quick(est_gamma_parm);

Have you solved this problem yet, I'm having the same problem, thanks!