dbekaert / TRAIN

Toolbox for Reducing Atmospheric InSAR Noise
http://www.davidbekaert.com/#links
GNU General Public License v3.0
119 stars 52 forks source link

Error in finding phuw.mat #11

Open blueyeti1994 opened 4 months ago

blueyeti1994 commented 4 months ago

After processing data using StaMPS through several steps stamps(1,1) ....stamps(6,6). when i enter command for aps_linear i get following response

`

aps_linear PARM: stamps_processed='n' PARM: hgt_matfile='/home/sagar/sda/ktmDesc/INSAR_20230423/hgt.mat' PARM: ll_matfile='/home/sagar/sda/ktmDesc/INSAR_20230423/ll.mat' PARM: phuw_matfile='/home/sagar/sda/ktmDesc/INSAR_20230423/phuw.mat' PARM: non_defo_flag='n' Error using load Unable to find file or directory '/home/sagar/sda/ktmDesc/INSAR_20230423/phuw.mat'.

Error in aps_linear (line 92) phuw = load(phuw_matfile); `

`

why PARM: stamps_processed=‘n’ instead of ‘y’. also instead of phuw.mat, II.mat and hgt.mat, it should have been phuw2.mat, II2.mat and hgt2.mat. How to solve this?