Skip to content

Remove the ionospheric phase mask from the wrapped interferogram#277

Merged
xhuang-jpl merged 32 commits into
isce-framework:developfrom
xhuang-jpl:fix_iono_mask
May 28, 2026
Merged

Remove the ionospheric phase mask from the wrapped interferogram#277
xhuang-jpl merged 32 commits into
isce-framework:developfrom
xhuang-jpl:fix_iono_mask

Conversation

@xhuang-jpl
Copy link
Copy Markdown
Contributor

This PR is to remove the ionospheric phase mask from the wrapped interferogram.

Xiaodong Huang added 30 commits September 19, 2023 20:40
@xhuang-jpl xhuang-jpl added this to the R05.02.0 milestone May 27, 2026
Copy link
Copy Markdown
Contributor

@hfattahi hfattahi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@xhuang-jpl
Copy link
Copy Markdown
Contributor Author

@oberonia78 and @seongsujeong can you take a look of this PR? I have tested, it looks good. Thanks

Copy link
Copy Markdown
Contributor

@seongsujeong seongsujeong left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Just few nit picks. Please make sure to address them before meeting.

mask_description_suffix = (
mask_description_no_iono
if ds_group_name == pixeloffsets_group_name
if ds_group_name in [wrapped_group_name,pixeloffsets_group_name]
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
if ds_group_name in [wrapped_group_name,pixeloffsets_group_name]
if ds_group_name in [wrapped_group_name, pixeloffsets_group_name]

self.add_interferogramformation_to_algo_group()

def add_interferogram_to_swaths_group(self):
def add_interferogram_to_swaths_group(self,is_unwrapped=False):
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
def add_interferogram_to_swaths_group(self,is_unwrapped=False):
def add_interferogram_to_swaths_group(self, is_unwrapped=False):

self.add_ionosphere_to_procinfo_params_group()

def add_interferogram_to_swaths_group(self):
def add_interferogram_to_swaths_group(self,is_unwrapped=False):
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
def add_interferogram_to_swaths_group(self,is_unwrapped=False):
def add_interferogram_to_swaths_group(self, is_unwrapped=False):

@xhuang-jpl xhuang-jpl merged commit 08d915b into isce-framework:develop May 28, 2026
7 of 8 checks passed
Tyler-g-hudson pushed a commit that referenced this pull request May 28, 2026
* sm r3.4

* change the SM commit id for R4.0.2

* remove the mask description for the wrapped ifgram

* remove the tmp folder

* fix minors

---------

Co-authored-by: Xiaodong Huang <xhuang@nisar-adt-dev-3.jpl.nasa.gov>
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.

3 participants