Skip to content

Releases: ASFHyP3/hyp3-gamma

HyP3 GAMMA v4.1.1

17 Mar 18:56
cba5180
Compare
Choose a tag to compare

Changed

  • ifm_sentinel.py will now proceed with processing when no Restituted or Precision orbit file is found
  • Upgraded to hyp3lib v1.6.7 from v1.6.6

HyP3 GAMMA v4.1.0

09 Mar 18:22
e732994
Compare
Choose a tag to compare

Added

  • Ability to include an RGB decomposition GeoTIFF in RTC output
    • an --include-rgb option has been added to rtc_sentinel.py
    • an include_rgb keyword argument has been added to hyp3_gamma.rtc.rtc_sentinel.rtc_sentinel_gamma

Changed

  • Upgraded to hyp3lib v1.6.6 from v1.6.5

HyP3 GAMMA v4.0.5

05 Mar 01:06
1ca72fe
Compare
Choose a tag to compare

Changed

  • rtc now uploads unzipped product files (in addition to the zip archive) when using the --bucket option
  • Upgraded to hyp3lib v1.6.5 from v1.6.4

HyP3 GAMMA v4.0.4

03 Mar 02:00
5bad790
Compare
Choose a tag to compare

Changed

  • rtc_sentinel.py will now proceed with processing when no Restituted or Precision orbit file is found

HyP3 GAMMA v4.0.3

20 Feb 01:33
12d6879
Compare
Choose a tag to compare

Fixed

  • Resolved off-by-one error when computing days of separation for InSAR product names in ifm_sentinel.py

HyP3 GAMMA v4.0.2

16 Feb 21:03
7a2cd3c
Compare
Choose a tag to compare

Changed

  • Upgraded to hyp3lib v1.6.4 from v1.6.3

HyP3 GAMMA v4.0.1

01 Feb 19:04
9891aaf
Compare
Choose a tag to compare

Added

  • Added wrapped phase geotiff via commmand line option -m to ifm_sentinel.py

HyP3 GAMMA v4.0.0

12 Jan 00:34
f48935a
Compare
Choose a tag to compare

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.

HyP3 GAMMA v3.1.0

16 Dec 20:11
f205adb
Compare
Choose a tag to compare

Added

  • hyp3-insar-gamma v2.2.1
    has been merged into HyP3 GAMMA at hyp3_gamma.insar to provide InSAR processing
    of Sentinel-1. hyp3_gamma now provides these additional entrypoints:
    • insar provides the InSAR process interface to HyP3
    • ifm_sentinel.py is the InSAR (science code) processor
    • interf_pwr_s1_lt_tops_proc.py for coregistering Sentinel-1 SLC data and DEMs
    • unwrapping_geocoding.py for unwrapping and geocoding Sentinel-1 INSAR products from GAMMA

Changed

  • hyp3-gamma entrypoint now allows InSAR processing through the ++process insar option

HyP3 GAMMA v3.0.0

11 Dec 20:13
be2f89b
Compare
Choose a tag to compare

HyP3 RTC GAMMA as been transformed into HyP3 GAMMA; a processor based plugin

Changed

  • hyp3_rtc_gamma has been transformed into a hyp3_gamma package

    • hyp3_rtc_gamma.__init__ has moved to hyp3_gamma.__init__
    • hyp3_rtc_gamma.__main__ has moved to hyp3_gamma.__main__
    • hyp3_rtc_gamma.check_coreg has moved to hyp3_gamma.rtc.check_coreg
    • hyp3_rtc_gamma.rtc_sentinel has moved to hyp3_gamma.rtc.rtc_sentinel
    • hyp3_rtc_gamma.smoothem has moved to hyp3_gamma.rtc.smoothem
  • hyp3_gamma now provides these entrypoints:

    • hyp3_gamma is the main HyP3 entrypoint
    • rtc provides the RTC process interface to HyP3
    • rtc_sentinel.py is the RTC (science code) processor
    • check_coreg.py for checking the results of the GAMMA coregistration process
    • smoothdem.py for smoothing and filling holes in DEMs