Skip to content

HyP3 GAMMA v4.0.0

Choose a tag to compare

@tools-bot tools-bot released this 12 Jan 00:34
f48935a

RTC processing via rtc_sentinel.py has been significantly refactored, and a number of legacy options have been
removed.

Added

  • rtc.util.unzip_granule() unzips a S1 zip file and returns the .SAFE directory name

Changed

  • The parameters to rtc_sentinel.py and rtc.rtc_sentinel.rtc_sentinel_gamma() have been significantly revised.
    Review the corresponding help for more details:
    • rtc_sentinel.py --help
    • from hyp3_gamma.rtc.rtc_sentinel import rtc_sentinel_gamma; help(rtc_sentinel_gamma)
  • A refactored rtc.coregistration module has replaced rtc.check_coreg. The check_coreg.py entrypoint has been
    removed.
  • Upgraded to hyp3_metadata v0.2.0
    from v0.1.4

Removed

  • Legacy support for the GIMP and REMA DEMs has been removed, including the rtc.smoothem module and the corresponding
    smoothem.py entrypoint.
  • User-provided DEMs in GAMMA format are no longer supported. DEMs in GeoTIFF format are still supported.
  • The output/out_name options to set the name of the output product have been removed.
  • The shape option to subset to the bounds of a shapefile has been removed. Subsetting to a bounding box or to a
    user-provided DEM are still supported.
  • The terms option has been removed. DEM matching will always use a one-term offset polynomial.
  • The par option to provide a pre-generated diff_par offset file has been removed.
  • The fail/dead_flag options have been removed. Processing will always proceed using dead reckoning when
    dem_matching is selected and co-registration fails.
  • hyp3_gamma.util.find_and_remove() has been removed.