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

Reference and Secondary Scenes not being written to GUNW product correctly #48

Open
cmarshak opened this issue Feb 1, 2022 · 0 comments
Labels
bug Something isn't working wontfix This will not be worked on

Comments

@cmarshak
Copy link
Collaborator

cmarshak commented Feb 1, 2022

The secondary scenes are not being written correctly to the final GUNW product.

For example, for this GUNW (search result only): https://search.asf.alaska.edu/#/?searchType=List%20Search&searchList=S1-GUNW-A-R-137-tops-20210809_20210728-015824-35934N_33889N-PP-5ccf-v2_0_4&resultsLoaded=true&granule=S1-GUNW-A-R-137-tops-20210809_20210728-015824-35934N_33889N-PP-5ccf-v2_0_4-amplitude

Let gunw_path be the netcdf from the product above. Then,

ds = xr.open_dataset(gunw_path, group= '/science/radarMetaData/inputSLC/secondary')
ds['L1InputGranules'].values

Outputs:

['S1B_IW_SLC__1SDV_20210728T015835_20210728T015902_027988_0356CA_D3EB.zip',
'S1B_IW_SLC__1SDV_20210728T015742_20210728T015812_027988_0356CA_5433.zip']

There is a missing SLC. Should also have S1B_IW_SLC__1SDV_20210728T015809_20210728T015837_027988_0356CA_917C (or with a .zip based on what is there).

This is the result this piece of the code (within a template): https://github.com/ACCESS-Cloud-Based-InSAR/DockerizedTopsApp/blob/dev/isce2_topsapp/templates/nc_packaging_template.json#L327-L360

Don't think this is used by ARIA-tools so not pressing.

@cmarshak cmarshak added the bug Something isn't working label Feb 1, 2022
@cmarshak cmarshak changed the title Reference and Secondary Scenes not being written to product correctly Reference and Secondary Scenes not being written to GUNW product correctly Feb 1, 2022
@cmarshak cmarshak added the wontfix This will not be worked on label Feb 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

1 participant