Skip to content

v0.1.0

Compare
Choose a tag to compare
@scottstanie scottstanie released this 31 Mar 23:29
· 4 commits to release/0.1 since this release
5509c12

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 the Workflow 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.
  • 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 to write_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