Issue in Stamps Step (1,1)
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.
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.
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.
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