isce-framework / isce2

InSAR Scientific Computing Environment version 2
Other
505 stars 249 forks source link

Issue in Stamps Step (1,1) #838

Open krsunil17 opened 6 months ago

krsunil17 commented 6 months ago

319869152-12734c0c-f306-4d16-b018-b1a06e8bef5e

While running the stamps step(1,1) I've encountered this error.

Found inc angle file, will load the data
Loading data into matlab...
**Index exceeds the number of array elements. Index must not exceed 0.

Error in ps_load_initial_isce (line 82)
bperp=bperp(day_ix);

Error in stamps (line 281)
ps_load_initial_isce(data_inc)

Kindly help me with this.

mirzawaqar commented 5 months ago

Seems mt_prep_isce failed for one or more than one image.

Probably one of your slave images don't completely cover your study area that's why it's creating Nan value. Better remove such image from your analysis and re-run mt_prep_isce.

krsunil17 commented 5 months ago

Seems mt_prep_isce failed for one or more than one image.

Probably one of your slave images don't completely cover your study area that's why it's creating Nan value. Better remove such image from your analysis and re-run mt_prep_isce.

Thank you for the response. Will look into it and let you know.

krsunil17 commented 5 months ago

While running the stamps step(1,1) I've encountered this error. Found inc angle file, will load the data Loading data into matlab... **Index exceeds the number of array elements. Index must not exceed 0.

Error in ps_load_initial_isce (line 82) bperp=bperp(day_ix);

Error in stamps (line 281) ps_load_initial_isce(data_inc)**

Kindly help me with this.

Tried but the issue remains same