why do we do rdr2geo and geo2rdr twice in alos2App.py #738
Replies: 2 comments 1 reply
-
Since L-band data might be significantly affected by ionosphere, cross-correlation is still needed to coregister the SLCs. rdr2geo is used to find out the water body areas before doing cross-correlation. Steps 'rdr2geo' and 'geo2rdr' are used to compute geometrical offsets and the range offset is used to remove topographic fringes. However, there may be offset between range offset image and radar image, leading to residual topographic phase. This offset is estimated by rdrdem_offset.
From: ***@***.***> on behalf of domino20 ***@***.***>
Reply-To: isce-framework/isce2 ***@***.***>
Date: Wednesday, July 5, 2023 at 4:17 PM
To: isce-framework/isce2 ***@***.***>
Cc: CunrenLiang ***@***.***>, Mention ***@***.***>
Subject: [isce-framework/isce2] why do we do rdr2geo and geo2rdr twice in alos2App.py (Discussion #738)
The steps in also2App.py are 'preprocess', 'baseline', 'download_dem', 'prep_slc', 'slc_offset', 'form_int', 'swath_offset', 'swath_mosaic', 'frame_offset', 'frame_mosaic', 'rdr2geo', 'geo2rdr', 'rdrdem_offset', 'rect_rgoffset', 'diff_int', 'look', 'coherence', etc.
I can see that inside the step slc_offset, the rdr2geo and geo2rdr operations have actually been done to get the registration offsets of the secondary image(cpu version used). And then form interferogram by using form_int. What I am confused is that rdr2geo and
geo2rdr are then used again(we can use gpu version this time), I don`t know why they are used here.
I am also wondering why we need to use rdrdem_offset to calculate the offsets of simulated image based on dem. Does this improve the result? @EJFielding @CunrenLiang
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
domino20
-
For the processing of the NISAR L-band data, we are planning to use a global ionospheric measurement from GNSS data to estimate an extra range offset to be added to the geometric offsets for better coregistration. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The steps in also2App.py are 'preprocess', 'baseline', 'download_dem', 'prep_slc', 'slc_offset', 'form_int', 'swath_offset', 'swath_mosaic', 'frame_offset', 'frame_mosaic', 'rdr2geo', 'geo2rdr', 'rdrdem_offset', 'rect_rgoffset', 'diff_int', 'look', 'coherence', etc.
geo2rdr are then used again(we can use gpu version this time), I don`t know why they are used here.
Beta Was this translation helpful? Give feedback.
All reactions