Replies: 3 comments 2 replies
-
Hy XJQiao, I tried your script in processing isce-to-stamps with few adjustament :
############################################# |
Beta Was this translation helpful? Give feedback.
-
Your ifg is not totally random..check temporal and perpendicular baseline
... coherence depends a lot on them ... i think
These are my ifgs in StaMPS ps processing
[image: Schermata del 2022-09-29 10-35-48.png]
Il giorno mer 28 set 2022 alle ore 21:32 XJQiao ***@***.***>
ha scritto:
… Thank you for your reply and solution.
Did you have a chance to check out the igrams after you modified the code
and unpacked the data?
I tested on three images and the igrams are totally random on my end, as
one of the example igram shown in the attachment.
[image: 1]
<https://user-images.githubusercontent.com/70254757/192872107-8c741078-469f-46e1-9456-c488b8d41258.png>
—
Reply to this email directly, view it on GitHub
<#584 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AI5M46KCPL7YTW5TQX6BV53WASMMRANCNFSM6AAAAAAQN7QM24>
.
You are receiving this because you commented.Message ID:
***@***.***>
--
*Studio Geologia Applicata - Geomatica*
*Dr.Geol. Vittorio Bisaglia*
Albo dei Geologi del Veneto n° 468
Via Alessio, 19 – 35121 Padova (Italy)
C.F. BSG VTR 65D13 G224M - P.IVA 02700530286
mobile: +39 368 7217303 fax +39 049 660129
E-mail: ***@***.*** ***@***.***>
P.E.C.: ***@***.***
|
Beta Was this translation helpful? Give feedback.
-
Hi! Did you figure out the solution to this issue? I am also not sure if the coeffs[0.,0.] is correct, and the code in unpackFrame_ERS.py seems incomplete because it import 'Const' module without using it anywhere. |
Beta Was this translation helpful? Give feedback.
-
Hi developers and all,
I hope to process ERS data (i.e., ESA SLC data) using the
stackStripMap.py
. Before stack processing, I used theunpackFrame_ERS.py
to unpack the data.The issue I faced was how to tackle and pass right numbers for the Doppler coefficients:
coeffs = obj.doppler_coeff
in the original code was a bug, becauseAttributeError: 'ERS_EnviSAT_SLC' object has no attribute 'doppler_coeff'
. And this seems to be similar to [(https://github.com/Problems encountered in using unpackFrame_ENV.py #488)].coeffs = [0.,0.]
, which was commented in the original code. Then, the igrams were all random as shown in the figure. And the reason should be I was using wrong numbers for the Doppler coefficients.ERS_EnviSAT_SLC
object (as shown in the attachment of 'ERS_EnviSAT_SLC.odt'). The Doppler numbers seems to be very big, like'doppler': (-45.646583557128906, -327422.4375, 555750464.0, 0.0, 0.0)
.Below is the
unpackFrame_ERS.py
with some adjustments of mine to fit the ESA SLC data.Much appreciate in advance for any comments and thoughts you have on my case.
ERS_EnviSAT_SLC.odt
Beta Was this translation helpful? Give feedback.
All reactions