the subset is pretty small - I can’t tell if this is the reason for the error, but I would take an area which is at least 4 times bigger. It will still be quite small regarding file size.
Dear Sarto28,
I would like to show me how did you solve the problem of errors in step 5 of stamps, I got also the same errors and I don’t know how to solve it.
STAMPS: ########################################
STAMPS: ################ Step 5 ################
STAMPS: ########################################
STAMPS: Directory is PATCH_6
PS_CORRECT_PHASE: Starting
Correcting phase for look angle error…
GETPARM: small_baseline_flag=‘n’
PS_CORRECT_PHASE: Finished
Error using movefile
Text file busy
Error in stamps (line 462)
movefile(‘patch.list’,‘patch.list_old’);
Hi Naima,
I solved the problem in this way: “change movefile with copyfile in stamps.mat (around line 462)”
To keep in mind: I used only one patch in mt_prep_snap
I updated “ps_load_initial_gamma.m”,and replaced, make a backup also.
getting same error.
I compare the code of both file, code is same.
please suggest.
I am getting the error in 6 patch procedure, so
I created only 1 patch
Then i run ‘stamps(1,1)’ in matlab, then stamps(1,2) …working fine till “stamps(1,4)”
After finished the processing stamps(1,4), run stamps(1,5) got this error.
During the processing of stamps(1,3) and stamps(1,4), got the warning message “Warning: Not enough random phase pixels to set gamma threshold - using default threshold of 0.3”
Please let me know, did i follow the correct procedure?
good that you overcame the first error. If you want to compute single steps, you have to write it like this
stamps(1,1)
stamps(2,2)
…
otherwise, you are re-computing most of the operations from the beginning every time.
The warning message is not critical, you can ignore it.
The error message is strange though, because there are no patches to merge if you compute only one of them. Sometimes the processing environment becomes messy. Before you restart from the mt_prep_snap command, please make sure to delete all files inside the folder where you execute it to have a clean re-run.
I cleaned every thing, only four folder are there. Then re-run the “mt_prep_snap” for 6 pathes, opened Matlab in same directory, I follow the process what u told like “stamps(1,1)” finished then run “stamps(2,2)” got the same error