Releases: ASFHyP3/hyp3-gamma
Releases · ASFHyP3/hyp3-gamma
HyP3 GAMMA v4.1.1
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
Added
- Ability to include an RGB decomposition GeoTIFF in RTC output
- an
--include-rgb
option has been added tortc_sentinel.py
- an
include_rgb
keyword argument has been added tohyp3_gamma.rtc.rtc_sentinel.rtc_sentinel_gamma
- an
Changed
- Upgraded to hyp3lib v1.6.6 from v1.6.5
HyP3 GAMMA v4.0.5
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
Changed
rtc_sentinel.py
will now proceed with processing when no Restituted or Precision orbit file is found
HyP3 GAMMA v4.0.3
Fixed
- Resolved off-by-one error when computing days of separation for InSAR product names in
ifm_sentinel.py
HyP3 GAMMA v4.0.2
Changed
- Upgraded to hyp3lib v1.6.4 from v1.6.3
HyP3 GAMMA v4.0.1
Added
- Added wrapped phase geotiff via commmand line option
-m
toifm_sentinel.py
HyP3 GAMMA v4.0.0
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
andrtc.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 replacedrtc.check_coreg
. Thecheck_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-generateddiff_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
Added
hyp3-insar-gamma
v2.2.1
has been merged into HyP3 GAMMA athyp3_gamma.insar
to provide InSAR processing
of Sentinel-1.hyp3_gamma
now provides these additional entrypoints:insar
provides the InSAR process interface to HyP3ifm_sentinel.py
is the InSAR (science code) processorinterf_pwr_s1_lt_tops_proc.py
for coregistering Sentinel-1 SLC data and DEMsunwrapping_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
HyP3 RTC GAMMA as been transformed into HyP3 GAMMA; a processor based plugin
Changed
-
hyp3_rtc_gamma
has been transformed into ahyp3_gamma
packagehyp3_rtc_gamma.__init__
has moved tohyp3_gamma.__init__
hyp3_rtc_gamma.__main__
has moved tohyp3_gamma.__main__
hyp3_rtc_gamma.check_coreg
has moved tohyp3_gamma.rtc.check_coreg
hyp3_rtc_gamma.rtc_sentinel
has moved tohyp3_gamma.rtc.rtc_sentinel
hyp3_rtc_gamma.smoothem
has moved tohyp3_gamma.rtc.smoothem
-
hyp3_gamma
now provides these entrypoints:hyp3_gamma
is the main HyP3 entrypointrtc
provides the RTC process interface to HyP3rtc_sentinel.py
is the RTC (science code) processorcheck_coreg.py
for checking the results of the GAMMA coregistration processsmoothdem.py
for smoothing and filling holes in DEMs