Hello everyone,
I am a bit confused regarding the following issue:
At uw_sb_unwrap_space_time.m in Line 229 we have: phase_residual=cpxphase.exp(-1i(K(i)bperp_sub)); This makes sense to me.
However, at uw_sb_unwrap_space_time.m in Line 242 we have: dph_space=dph_space.exp(-1iKbperp'); This is not clear to me.
According to my understanding, we calculated K values based on bperp_sub (temporal differences of bperp of each slc) and resphase (edge phase temporal differences). Consequently, I would expect to have bperp_sub instead of bperp in line 242.
Hello everyone, I am a bit confused regarding the following issue:
At uw_sb_unwrap_space_time.m in Line 229 we have: phase_residual=cpxphase.exp(-1i(K(i)bperp_sub)); This makes sense to me. However, at uw_sb_unwrap_space_time.m in Line 242 we have: dph_space=dph_space.exp(-1iKbperp'); This is not clear to me.
According to my understanding, we calculated K values based on bperp_sub (temporal differences of bperp of each slc) and resphase (edge phase temporal differences). Consequently, I would expect to have bperp_sub instead of bperp in line 242.
Any help/suggestion is welcome :)