Releases: ASFHyP3/hyp3-gamma
Releases · ASFHyP3/hyp3-gamma
HyP3 GAMMA v6.2.4
Changed
- Remove the NoData setting in the output dem.tif
HyP3 GAMMA v6.2.3
Added
- References to the DEM pixel value unit (meters) in the readme.md.txt file for the RTC and InSAR products
HyP3 GAMMA v6.2.2
Changed
- The initial DEM mosaic for RTC processing is now resampled to the desired output pixel spacing so that pixels for 20m
products are always aligned to a common grid.
HyP3 GAMMA v6.2.1
Changed
- Updated language in RTC readme files to remove references to standard products
HyP3 GAMMA v6.2.0
Added
- Added
resolution=20.0
option for__main__.rtc()
HyP3 GAMMA v6.1.0
Added
- A
--phase-filter-paameter
option has been added to the__main__
(HyP3) andifm_sentinel.py
entry points to specify the adaptive phase filter parameter used when processing InSAR products. The provided value is ultimately passed to thealpha
argument of theadf
GAMMA function, which uses the algorithm with a constant exponent as described in https://doi.org/10.1029/1998GL900033.
HyP3 GAMMA v6.0.1
Fixed
- Broken Copernicus DEM links.
HyP3 GAMMA v6.0.0
Removed
- Surface water extent map processing of RTC products, which is now entirely contained in
asf-tools and its associated docker container image. This includes removing:water_map
entrypoint to create a water map productasf_tools
environment from the hyp3-gamma docker container image
HyP3 GAMMA v5.7.5
Added
- Information about image pixel spacing to RTC product
README.md.txt
HyP3 GAMMA v5.7.4
Added
++omp-num-threads
parameter to themain()
entrypoint to limit the number of threads used by GAMMA during
multiprocessing.