Releases: isce-framework/dolphin
Releases · isce-framework/dolphin
v0.1.0
This is the first official release of Dolphin for the interface delivery.
Note that the previous v0.0.1 - v0.0.4 were tags and not full releases. See the Changelog for the incremental functionality added.
Summary of new additions since v0.0.4
- First version of the
_product.py
module to output the combined NetCDF product file. _pge_runconfig.py
module to handle the separate PGE-compatible configuration, which translates to-from theWorkflow
object.docker/build-docker-image.sh
script to build the docker image.- Release scripts for generating documentation, script for validating output data by @gmgunter .
- Use of a spatial correlation estimate for unwrapping purposes, rather than temporal coherence.
- This is much more useful when the stack size is small (high temporal coherence), and
snaphu
is used for unwrapping.
- This is much more useful when the stack size is small (high temporal coherence), and
masking.py
module for masking the interferogram/combined multiple external masks of varying 1/0 conventions.- Ability to use existing amplitude mean/dispersion files for the PS portion of the workflow, skipping the step where we compute it using the SLC stack. Useful for small stack sizes
- Added a
create_only
option towrite_arr
to create an empty file without writing data (e.g. to check the boundary results of stitching)
New Contributors
Full Changelog: v0.0.4...v0.1.0