Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Corrections for importing from a GAMMA stack #41

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

alexisInSAR
Copy link

Several corrections have been done in the StaMPS scripts regarding the use of InSAR stack from GAMMA.

mt_prep_gamma

136     else  
137         echo "Unknown image format in" $RSC 
138         exit(4)
139     endif
140 endif
141 echo "Precision is" $prec
142
143 end #<-- This "end"
144 echo "gamma" > processor.txt
145 if ($SB_FLAG == 1) then
146     matlab -nojvm -nosplash -nodisplay < $STAMPS/matlab/sb_parms_initial.m > sb_parms_initial.log
147 else
148     matlab -nojvm -nosplash -nodisplay < $STAMPS/matlab/ps_parms_initial.m > ps_parms_initial.log
149 endif

ps_load_initial_gamma

Old:

50 master_day=str2num(ifgs{1}(nb-21:nb-14));

New:

50 master_day=str2num(ifgs{1}(nb-27:nb-20));

sb_load_initial_gamma

Old:

141 xy=llh2local(lonlat,ll0)'*1000;

New:

141 xy=llh2local(lonlat',ll0)'*1000;

@alexisInSAR alexisInSAR changed the title Corrections for import from GAMMA stack Corrections for importing from a GAMMA stack Feb 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant