I see…but that is exactly what you need to do. Let’s try some things:
- open a terminal in and cd to your home and call matlab from here, in terminal:
cd ~
matlab
does Matlab launch?
- close Matlab and in this terminal cd to your folder with the Stamps Export data you want to process (I recommend to delete your old data and make an new unprocessed INSAR_master_date with StaMPSExportOp from SNAP before trying this). Then call your StaMPS_CONFIG.bash (have you adapt this to your PATH Environment?) :
cd ~/…/INSAR_master_date
source ~/…/StaMPS_v3.3b1/StaMPS_CONFIG.bash
- now you can call mt_prep_gamma_snap again:
mt_prep_gamma_snap
this will process the data as you already had done but in the new export you have to do it again.
- now you should be able to launch Matlab from this folder:
matlab
this will open Matlab.
Please try this and if you do not have adapted StaMPS_CONFIG.bash, please have a look here how to do this.