Skip to content

Commit

Permalink
update tophu install docs, bump changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
scottstanie committed Oct 10, 2023
1 parent e1dbfac commit f8695ee
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# [Unreleased](https://github.com/isce-framework/dolphin/compare/v0.5.0...main)
# [Unreleased](https://github.com/isce-framework/dolphin/compare/v0.5.1...main)

# [v0.5.1](https://github.com/isce-framework/dolphin/compare/v0.5.0...v0.5.1)

**Added**
- `stitch_and_unwrap.run` returns the stitch PS mask
Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,11 @@ mamba install -c conda-forge dolphin
(Note: [using `mamba`](https://mamba.readthedocs.io/en/latest/mamba-installation.html#mamba-install) is recommended for conda-forge packages, but miniconda can also be used.)


`dolphin` has the ability to unwrap interferograms, but requires the optional dependency of `isce3` to use the python bindings to [SNAPHU](https://web.stanford.edu/group/radar/softwareandlinks/sw/snaphu/).
To install both dolphin and isce3 through conda-forge, run
`dolphin` has the ability to unwrap interferograms using `isce3`'s python bindings to [SNAPHU](https://web.stanford.edu/group/radar/softwareandlinks/sw/snaphu/).
It is also integrated with [`tophu`](https://github.com/isce-framework/tophu) to unwrap large interferograms in parallel tiles at multiple resolution.
To install both dolphin and tophu through conda-forge, run
```bash
mamba install -c conda-forge isce3 dolphin
mamba install -c conda-forge tophu dolphin
```


Expand Down
6 changes: 6 additions & 0 deletions docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@
mamba install -c conda-forge dolphin
```

`dolphin` has the ability to unwrap interferograms using `isce3`'s python bindings to [SNAPHU](https://web.stanford.edu/group/radar/softwareandlinks/sw/snaphu/).
It is also integrated with [`tophu`](https://github.com/isce-framework/tophu) to unwrap large interferograms in parallel tiles at multiple resolution.
To install both dolphin and tophu through conda-forge, run
```bash
mamba install -c conda-forge tophu dolphin
```

## Usage

Expand Down

0 comments on commit f8695ee

Please sign in to comment.