-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release 0.5.0 #295
Merged
Release 0.5.0 #295
Conversation
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
[ci skip]
…thod-check [bugfix] orbfit network correction method
# Conflicts: # pyrate/merge.py # tests/test_correct.py
Sb/remove prepare ifgs
Thanks for your contributions to this release @basaks @chandra2ga @adeane-ga @tfuhrmann ! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR completes the refactor of the PyRate workflow to enable easier analysis of correction data and quicker re-computation with different parameter settings
Added
linear_rate
" to calculate linear regression ofcumulative displacement time series for every pixel as part of the
timeseries
step.timeseries
andlinear_rate
output geotiff products using Matplotlib.To use, additional dependencies listed in
requirements-plot.txt
are required.maxvar
andvcmt
) applied to the ifg data is saved to diskand re-used on subsequent repeat runs. Corrections are only re-calculated if config
parameters change between runs.
aps
module.Fixed
ifglksx
andifglksy
to be different values, resulting in differentresolutions in x and y dimensions in multi-looked interferograms.
orbfitlksx
andorbfitlksy
to be different values, resulting in differentresolutions in x and y dimensions during network orbit correction.
Changed
process
step has been renamedcorrect
. Stacking and timeseries have been removed fromthis step and are now invoked by separate
timeseries
andstack
command line options.conv2tif
andprepifg
is now triggered by the presenceof
cohfilelist
in the config file. If the list is present, multilooked/cropped coherencefiles are saved to disk, regardless of whether
cohmask
is 0 or 1.tiling framework for
stack
,timeseries
andmst
algorithms.prepifg
step. Info previously saved in the filename (e.g.ifglksx
,ifglksy
,ifgcropopt
)is now saved to the geotiff header instead.
Removed
tscal
config parameter was deprecated - not needed now there is atimeseries
step invokable on the command line.
Pillow
,cython
andglob2
dependencies - not used in main workflow codepyrate.prepifg_helper.prepare_ifgs
, which is no longer needed.