Releases: isce-framework/dolphin
Releases · isce-framework/dolphin
v0.25.0
What's Changed
- Move reference point selection back to always run if not specified by @scottstanie in #376
- Fix
timeseries
to mkdir right away in d6ff5d7 - Reference corrections to point, convert to meters by @scottstanie in #377
Full Changelog: v0.24.0...v0.25.0
v0.24.0
What's Changed
- Skip correlation estimate for files that exist by @scottstanie in #368
- Clip
nlooks
to a max of 20 forwhirlwind
by @scottstanie in #369 - Simplify
filter_long_wavelength
to usenp.pad(..., mode="reflect")
by @scottstanie in #372 - Skip zero raster output by timeseries inversions by @scottstanie in #373
- Save
ReferencePoint
into file intimeseries/
folder by @scottstanie in #374 - Fix reference point selection labels by @scottstanie in #375
Full Changelog: v0.23.0...v0.24.0
v0.23.0
What's Changed
- Let
show_versions
readimportlib.metadata
, usekeep_bits
, notlerc
by @scottstanie in #344 - Add whirlwind unwrapper by @gmgunter in #345
- Remove whirlwind from the CI environment by @gmgunter in #348
- Add whirlwind to Docker image and CI environments by @gmgunter in #349
- Fix spurt tests by @scottstanie in #346
- Update
spurt
imports for exported interface by @scottstanie in #351 - Make network formation
staticmethod
s public by @scottstanie in #355 snaphu
: usecontextlib.ExitStack
instead iftry/finally
by @scottstanie in #354_log
: add option to redirect other loggers to same json file by @scottstanie in #358- Set the
final_arr
nodata to be same as original ifg mask by @scottstanie in #356 - Fix filtering ambiguity transfer for interp/goldstein by @scottstanie in #360
- Shrink
nlooks
for whirlwind, fix confusing name for scratchdirs by @scottstanie in #362 - Interleave GTiffs by band by @scottstanie in #363
- Improve code for transferring unwrapped phase ambiguities by @gmgunter in #364
- Move mask loading function into
masking.py
by @scottstanie in #365
Full Changelog: v0.22.1...v0.23.0
v0.22.1
v0.22.0
What's Changed
- Minor changes in
spurt
config to match its naming onventions by @scottstanie in #342 - chore: vendor
mdx_bib
to avoid direct url indocs/requirements.txt
by @scottstanie in #340 timeseries
: output velocities in units per year by @scottstanie in #341
Full Changelog: v0.21.0...v0.22.0
v0.21.0
What's Changed
- Use
numcodecs
implementation of rounding, exportround_mantissa
by @scottstanie in #335 - CD: add workflow to publish to pypi by @scottstanie in #338
- Netcdf support by @mirzaees in #337
Full Changelog: v0.20.0...v0.21.0
v0.20.0
Added
- Functions in
ps
to combine amplitude dispersions from older rasters truncate_mantissa
option torepack
functions for simple compressionband
option towrite_block
and background writers- Option to run
merge_dates
andestimate_interferometric_correlations
withthread_map
for parallel processing - Baseline lag option for "STBAS" phase linking inversion
Changed
- Logging now uses
dictConfig
and always logs JSON to a file for the Displacement workflow - Set modulus of compressed SLCs to be real SLC magnitude means
- Updated Docker requirements and specfile
- Delete intermediate unwrapping
scratchdir
s by default
Fixed
use_max_ps
would occasionally fail with certain stride/window configurations- Unwrapped phase files did not always contain the right geographic metadata
- Filenames in the
timeseries/
folder were wrong - Set upsampled boundary to
nan
incompress
- Unwrapped file output path
Merged PRs
- Fix filtering docstring by @scottstanie in #318
- Fix unwrap metadata, delete unwrap scratch by default by @scottstanie in #319
- Copy over rasters to
timeseries/
, dont symlink by @scottstanie in #320 - Update Docker requirements and specfile by @scottstanie in #321
- Stbas by @mirzaees in #311
- Fix size error from
use_max_ps
by @scottstanie in #323 - Let
stitching_bursts.py
run in parallel by @scottstanie in #325 - correct the unwrapped file output path by @mirzaees in #327
- Fix timeseries suffixes, log only during workflows, fix tqdm stitching bar by @scottstanie in #328
- Set modulus of compressed SLCs to be real SLC magnitude means by @scottstanie in #329
- Redo logging to use
dictConfig
, always log to a.jsonl
file by @scottstanie in #330 - Save each ministack's amplitude dispersion for incremental PS/DS changes by @scottstanie in #331
ps
: functions for combining dispersions/means by @scottstanie in #332
Full Changelog: v0.19.0...v0.20.0
v0.19.0
Added
filtering
module for filtering out long wavelength signals from the unwrapped phasebaseline
module for computing the perpendicular baseline. Initial version has logic for OPERA CSLCs, usesisce3
- Interface only for 3D unwrapping
- Faster correlated noise simulation, along with 3d stack simulation with synthetic deformation
- Added ability to read rasters on S3 using
VRTStack
object - Eigenvalue solver speedups of 3-9x
- Initial version of 3D unwrapping using
spurt
Removed
- the KL-divergence SHP estimator has been removed. GLRT is recommended instead.
Fixed
reproject_bounds
uses therasterio
version, which densifies points along edges for a more accurate bounding box- The output SHP rasters now output 0 if there was no valid input data
- Logic for filling PS pixels, with and without setting the amplitudes to be the original SLC amplitudes
ReferencePointError
during the displacement workflow now will fall back look only at thecondition_file
(i.e. choose the point with highest temporal coherence by default)
Changed
- The configuration options for unwrapping have been refactored. Options unique to each unwrapper are grouped into subclasses.
- Note that older
dolphin_config.yaml
files will error after this refactor.
- Note that older
- Unweighted time series inversion will make one batch call, providing a large speedup over the
vmap
version for weighted least squares - Default for strided PS-picking is to use lowest amplitude dispersion, instead of averaging PS pixels in the multilook window
What's Changed
- temporary fix for compressed SLC metadata by @mirzaees in #287
- Enforce convention for conncomp files to be consistent with unw files by @sssangha in #288
timeseries.py
: speed up non-weightedinvert_stack
by @scottstanie in #291- Change
reproject_bounds
to use rasterio version by @scottstanie in #292 - Start adding S3 support for
VRTStack
by @scottstanie in #245 - Fix s3 mocking by @scottstanie in #296
- Use a batch
jnp.polyfit
for unweighted velocity fitting by @scottstanie in #298 - Fix shp blocks with 1's in nodata regions by @scottstanie in #299
- Add functions for compression options and repacking by @scottstanie in #301
- Add perpendicular baseline function by @rtburns-jpl in #282
- Add filtering module for unwrapped interferogram by @seyeonjeon in #305
- 3d unwrap interface by @scottstanie in #303
- Fix PS filling/amplitude setting when filling PS pixels, simulate data faster by @scottstanie in #307
- Fix bad assert in phase linking code by @scottstanie in #308
- Add more PS filling tests by @scottstanie in #309
- Convert lon/lat to radians for baseline computation by @scottstanie in #310
- Improve simulation docs, make it easier for 3d simulation by @scottstanie in #316
- Use temporal coherence for auto reference, ensure timeseries velocity avoids nans by @scottstanie in #315
- Get initial 3d unwrap for one ministack by @scottstanie in #314
- Speed up eigenvalue solving using power iteration/inverse iteration by @scottstanie in #317
New Contributors
- @seyeonjeon made their first contribution in #305
Full Changelog: v0.18.0...v0.19.0
v0.18.0
Added
- Added cli timeseries
Fixed
- Parsing the file names correctly to find compressed SLCs and read dates based on production file naming convention
- Full Changelog: v0.17.3...v0.18.0
v0.17.0
Added
- Added Goldstein filtering for unwrapping
- Added Interpolation for unwrapping
- Added the regrow connected components for the modified phase
- Added option to toggle off inversion
- Added similarity module
Fixed
- 3D readers would squeeze out a dimension for length one inputs (i.e. they would give an array with
.ndim=2
) max_bandwidth
config can now be 1 to specify only nearest neighbor interferograms.- Use the 'compressed' key term to find compressed slcs and regular slcs instead of number of dates in ionosphere
- Consider the compressed SLCs have different naming convention with capital letters
- Enforce consistency between jax and jaxlib
- Disable corrections part of pytest, add one for timeseries
Full Changelog: v0.16.3...v0.17.0