isce2 icon indicating copy to clipboard operation
isce2 copied to clipboard

Issue in Stamps Step (1,1)

Open krsunil17 opened this issue 1 year ago • 3 comments

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.

krsunil17 avatar Apr 05 '24 08:04 krsunil17

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.

mirzawaqar avatar Apr 08 '24 07:04 mirzawaqar

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 avatar Apr 15 '24 04:04 krsunil17

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

krsunil17 avatar May 02 '24 06:05 krsunil17