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

If the system limit for open file descriptors is low, reading from a VRT larger than this limit will always throw `OSError: [Errno 24] Too many open files`. Lowering the...

### Checked for duplicates Yes - I've already checked ### Describe the bug Dear colleagues! The Dolphin works well for me with test case of Texas. But at the attempting...

bug

The `dolphin config` tool is both long (in the number of options you can specify) but also incomplete/out of date. This swtiches the cli to use `tyro`, allowing us to...

Improves performance for single burst (large swath, like NISAR) by adding block-level parallelism. - Uses `ThreadPoolExecutor` since core JAX functions release GIL - Refactored each block's processing to an inline...

Currently the multi-burst outputs have one directory per burst ID, while the single-burst is a special case that moves those contents to the top level `work_directory`. This is unnecessary, and...

I prepared my stack with isce2 stackSentinel.py option. Than processed it with dolphin and everything goes fine and I cerated my output files. But when I tried to open my...

This PR runs the function from #485 during the normal displacement workflow when an inversion happened. TBD: Analysis whether this is worth it to include, or whether the conncomps are...