You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DockerizedTopsApp has exposed an option to add Ionospheric correction layers when creating the GUNW product.
Enabling/disabling Ionospheric corrections is done via the --estimate-ionosphere-delay parameter, which takes true/false values, to the DockerizedTopsApp container HyP3 entry point. See ACCESS-Cloud-Based-InSAR/DockerizedTopsApp#74
This feature request is to add a new estimate_ionosphere_delay parameter to the INSAR_ISCE and INSAR_ISCE_TEST jobs with possible values of true and false.
A job requested with "do_eds": "false" should produce the same output as currently produced, except the placeholder /science/grids/corrections/derived/ionosphere (typed as string) will be removed. If true is specified, the output NetCDF product should include a /science/grids/corrections/derived/ionosphere data layer.
The text was updated successfully, but these errors were encountered:
jhkennedy
changed the title
provide an option to turn on and off Ionospheric correction
Option to enable Ionospheric correction in INSAR_ISCE output
Jan 30, 2023
jhkennedy
changed the title
Option to enable Ionospheric correction in INSAR_ISCE output
Option to enable Ionospheric correction in INSAR_ISCE_TEST output
Feb 13, 2023
DockerizedTopsApp has exposed an option to add Ionospheric correction layers when creating the GUNW product.
Enabling/disabling Ionospheric corrections is done via the
--estimate-ionosphere-delay
parameter, which takestrue
/false
values, to the DockerizedTopsApp container HyP3 entry point. See ACCESS-Cloud-Based-InSAR/DockerizedTopsApp#74This feature request is to add a new
estimate_ionosphere_delay
parameter to theINSAR_ISCE
andINSAR_ISCE_TEST
jobs with possible values oftrue
andfalse
.E.g.,
A job requested with
"do_eds": "false"
should produce the same output as currently produced, except the placeholder/science/grids/corrections/derived/ionosphere
(typed as string) will be removed. Iftrue
is specified, the output NetCDF product should include a/science/grids/corrections/derived/ionosphere
data layer.The text was updated successfully, but these errors were encountered: