Ionospheric corrections in ALOS from stackStripMap #599
Unanswered
xoanportela
asked this question in
Q&A
Replies: 2 comments 1 reply
-
I have the same interest with ionospheric correction in stripmapstack. Can you change the ionospheric estimation to the same range as interferogram and how about the low and high band interferogram for one of the problematic pair? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone,
I'm working with a stack of ALOS PALSAR data in Central America, and I have some issues while correcting the estimated dispersive phase with stackStripMap.py (which I used with the "Ionosphere" workflow). I am not sure if I am properly applying the correction.
After stackStripMap processing, the following outputs are written in each of the ./Ionosphere/date1_date2/ folder (excluding the xml and vrt files):
I understand the the iono.bil(.filt) contains the dispersive phase to be subtracted from the unwrapped interferograms. Is this correct? So then, the iono.bil.sig.filt and the iono.bil.unwCor.filt contain the standard deviation and coherence respectively? Or should I use the nonDispersive.bil.filt file directly?
I am using imageMath.py to correct the interferograms, but I am not entirely sure whether I am doing it correctly. Here is an example for one pair:
imageMath.py -e='a_0;a_1-b_0' -s BIL --a=Igrams/20071122_20081124/filt_20071122_20081124_snaphu.unw --b=Ionosphere/20071122_20081124/iono.bil.filt -o Igrams/20071122_20081124/filt_topophase_nondispersive.unw
After doing this (recursively), I obtain some seemingly good corrections (removing a ramp-like ionospheric phase), but others seem to introduce some kind of artifact. I attach an example for five pairs where this can be seen.
However, the iono.bil.unwCor.filt files look very strange (almost like a mask). I have produced these figures with Mintpy. The example is from a Descending track.
Is this artifact caused by a bad estimation of the dispersive phase?
I hope someone can help me clarifying this issues.
Thank you very much in advance!
Juan
Beta Was this translation helpful? Give feedback.
All reactions