dolphin icon indicating copy to clipboard operation
dolphin copied to clipboard

InSAR phase linking library for PS/DS processing

Results 64 dolphin issues
Sort by recently updated
recently updated
newest added

Opening a meta issue for possible changes/additions to better support interacting with files on S3 - We might need something like [s3path](https://github.com/liormizr/s3path) (but smaller) to interact with the filenames... using...

Found by @ehavazli - it runs through and makes all zero-phase outputs instead of failing.

bug

Currently are getting the most common projection from the input SLCs here https://github.com/isce-framework/dolphin/blob/ff6e4b0f878e271c92e285947b72b681249115ab/src/dolphin/stitching.py#L186 then using that to warp any difference inputs to the same projection before stitching here: https://github.com/isce-framework/dolphin/blob/ff6e4b0f878e271c92e285947b72b681249115ab/src/dolphin/stitching.py#L353-L357 This...

About 0.01% of pixels seem to have < 0 temporal coherence. Not sure where this is coming from yet, but could be bad pixel counting while looping over SHPs

Doesn't need to be the default, but we could save a bunch of time on some island frames if we conservatively skipped processing the ocean regions. I believe there are...

with 3 parallel bursts on a small test set (using the GPU): ```bash dolphin config --slc ../gslcs/t078_16557*/*/t*h5 -s 5 3 --threads 16 --n-work 2 --n-parallel 3 ``` The final print...

bug
run time

Q. How could we mark "noisy" acquisitions that aren't worth pulling? We will be pulling $k$ old SLCs along with each new SLC to estimate/produce a new product. We almost...

research
quality metrics

Creates the skeleton of the repo, including - Setup and installation script (pyproject.toml, requirements files) - workflow subpackage showing how modules will be called in main workflow - config module...

It seems like having a `dolphin plot` to run after `dolphin run` would be good to inspect the results, quality check, etc. - We could have a `plot/` folder at...

enhancement

Right now there is a field for `output_resolution`, but it's not implemented: the `strides` field must be used to downsample the output. This should be a relatively simple feature to...

enhancement
good first issue
ux