Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Baseline: nan reported in metadata text file #248

Open
asjohnston-asf opened this issue Sep 23, 2024 · 3 comments
Open

Baseline: nan reported in metadata text file #248

asjohnston-asf opened this issue Sep 23, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@asjohnston-asf
Copy link
Member

asjohnston-asf commented Sep 23, 2024

We've had a report of a burst insar job reporting nan for the perpendicular baseline in the metadata date file. This causes MintPy processing to fail when including that interferogram in an SBAS time series stack.

S1_275818_IW2_20220622_20220728_VV_INT20_6F73.txt

{
  'apply_water_mask': False,
   'granules': [
    'S1_275818_IW2_20220622T132025_VV_1160-BURST',
    'S1_275818_IW2_20220728T132027_VV_DE17-BURST'
  ],
  'looks': '5x1'
}
@asjohnston-asf asjohnston-asf added the bug Something isn't working label Sep 23, 2024
@asjohnston-asf
Copy link
Member Author

The baseline value is sourced from topsProc.xml in make_metadata_file() at https://github.com/ASFHyP3/hyp3-isce2/blob/develop/src/hyp3_isce2/packaging.py#L351 . This could point to an underlying issue with isce2; we'd have to run this interferogram outside of HyP3 and inspect the topsProc.xml file to confirm.

@Alex-Lewandowski
Copy link

Looking at a quick search on Vertex, the baseline should be 0.0 but ends up nan in the output metadata txt file.

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants