dedetmix / INSAR_G2S

INSAR_G2S is automatic GMTSAR bundled scripts acted as InSAR Processor before running the InSAR time series analyis using StaMPS.
26 stars 5 forks source link

correct_forum error #3

Open zhabuxiacuncunzhang opened 2 years ago

zhabuxiacuncunzhang commented 2 years ago

When I use INSAR_G2S for dealing with a stack of Sentinel-1 for StaMPS PS. The step 11 Convert GMTSAR result, the correct_forum error because of Index in position 1 exceeds array bounds. I check the matlab, and find the aa exceed the index. image

vittorio3d commented 1 year ago

Hi zhabuxiacuncunzhang! I have the same problem ... were you able to solve it?

dedetmix commented 1 year ago

Hi,

Have you already tried to increase the number of patches both for range and azimuth?

vittorio3d commented 1 year ago

Hi dedetmix, I followed your advice but the problem returns. I think there is an error in calculating the bperp.1.in. In fact, replacing, in correct_fourm: original cat << son> swap_pixels.m % baseline list used to get number of interferograms bperpname = ['bperp.1.in']; bperp = load (bperpname); n_ifg = size (bperp, 1);

modified cat << son> swap_pixels.m % baseline list used to get number of interferograms ifgname = ['day.1.in']; ifg = load (ifgname); n_ifg = size (ifg, 1);

I successfully arrive at STAMPS finished However, during processing with STAMPS it is always considered a bperp.1.in my opinion wrong. Do you have any suggestions? Thank you

mkhajeh89 commented 1 year ago

hi I have the same problem ... were you able to solve it? my paths are 28. please resolve it

dedetmix commented 1 year ago

https://drive.google.com/drive/folders/1WZ5Uka8xEgnWoPDpkxinYx0UyNaV0wmC?usp=sharing

Please download some above file examples for processing. The file (bperp.1.in) should have the same number of rows as the number of acquisition times without a master date (date_no_master.txt). You can also see the param INSAR_G2S file, please make sure "region" has min x, max x, min y, and max y.

mkhajeh89 commented 1 year ago

https://drive.google.com/drive/folders/1WZ5Uka8xEgnWoPDpkxinYx0UyNaV0wmC?usp=sharing

Please download some above file examples for processing. The file (bperp.1.in) should have the same number of rows as the number of acquisition times without a master date (date_no_master.txt). You can also see the param INSAR_G2S file, please make sure "region" has min x, max x, min y, and max y.


thanks. resolved

ditafaith commented 11 months ago

hi, how did you determine the column "tiff_id = 005" ? which data responsible for this field? Also, should the orbit data be in *.zip format ? why the message such look for zip files for orbit data.

mkhajeh89 commented 11 months ago

Hi. I used licsbas for determine subsidence. Insar_g2s is excellent. But it gave an error on my server

On Thu, Oct 26, 2023, 12:50 PM ditafaith @.***> wrote:

hi, how did you determine the column "tiff_id = 005" ? which data responsible for this field?

— Reply to this email directly, view it on GitHub https://github.com/dedetmix/INSAR_G2S/issues/3#issuecomment-1780734548, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIJJWSQ65CN2T4IZKYGMGFTYBITN5AVCNFSM5T6B3LJKU5DIOJSWCZC7NNSXTN2JONZXKZKDN5WW2ZLOOQ5TCNZYGA3TGNBVGQ4A . You are receiving this because you commented.Message ID: @.***>