-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add time series inversion/velocity estimation to `DisplacementWorkflo…
…w` (#246) * remove commented code in ts * allow user to specify more than one type of ifg network * fix ifg tests, add empty `ValueError` tests * start reference point selection funciton * create multilooked amp dispersion * add timeseries options to `DisplacementWorkflow` * add cor to variance * add network disp pytest * back to public date to float * fix small test errs * reference the data before running velocity estimation, even without inversion * add a `read_masked` to `VRTStack` * Directly use callback when `ntiles=(1,1)` closes #244 * make the reference point selection from the largest conncomp * Revert "Directly use callback when `ntiles=(1,1)`" This reverts commit 2d2dea4. * ensure same size `amp_disp_looked` as outputs * make a dummy 0 raster in the case of single-reference otherwise, we try to estimate velocity with N xs (sar dates) and N-1 data points (unws) * raise error if there `create_velocity` receives mismatched file lengths * only pass correlation without an inversion
- Loading branch information
1 parent
39ea994
commit d8fd3c8
Showing
17 changed files
with
732 additions
and
276 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.