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

Option to enable Solid Earth Tides correction in INSAR_ISCE_TEST output #1447

Closed
Tracked by #1446
jhkennedy opened this issue Jan 27, 2023 · 2 comments · Fixed by #1461 or #1516
Closed
Tracked by #1446

Option to enable Solid Earth Tides correction in INSAR_ISCE_TEST output #1447

jhkennedy opened this issue Jan 27, 2023 · 2 comments · Fixed by #1461 or #1516
Labels
enhancement New feature or request

Comments

@jhkennedy
Copy link
Contributor

DockerizedTopsApp will contain tools to calculate Solid Earth Tide (SET) corrections and add them as additional layers to the GUNW product.

Enabling/disabling adding SET corrections layers is done via the --compute-solid-earth-tide parameter, which takes true/false values, to the DockerizedTopsApp container HyP3 entry point. See ACCESS-Cloud-Based-InSAR/DockerizedTopsApp#91

This feature request is to add a new compute_solid_earth_tide parameter to the INSAR_ISCE and INSAR_ISCE_TEST jobs with possible values of true and false. E.g.,

{
  "job_type": "INSAR_ISCE",
  "job_parameters": {
    "granules": ["S1B_IW_SLC__1SDV_20210723T014947_20210723T015014_027915_0354B4_B3A9"],
    "secondary_granules": ["S1B_IW_SLC__1SDV_20210711T014947_20210711T015013_027740_034F80_D404"],
    "compute_solid_earth_tide": "true"
  }
}

A job requested with "compute_solid_earth_tide": "false" should produce the same output as currently provided. If true is specified, the output NetCDF product should be the output including the new SET data layer:

/science/grids/corrections/external/tides/solidEarthTide
@jhkennedy jhkennedy added the enhancement New feature or request label Jan 27, 2023
@jhkennedy jhkennedy changed the title Option to enable Solid Earth Tides correction in INSAR_ISCE output Option to enable Solid Earth Tides correction in INSAR_ISCE_TEST output Feb 13, 2023
@jhkennedy
Copy link
Contributor Author

Technically, this is not done until we release it so it's available in the JPL deployments. Re-opening for now.

@jhkennedy
Copy link
Contributor Author

Done in #1516

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
1 participant