You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add `output_options.epsg` as a configurable option (#646)
* Add `output_options.epsg` as a configurable option
Closes#147
* Pass through the config to `stitching_bursts`
* Add test for dest epsg in workflow
* Fix missing `bounds_wkt` pass along for `stitching_bursts`
closes#638
* debug print test
* fix 0 count sim and test
Refactor to check for nans in JAX crlb calculation (#637)
* update changelog thru 0.42.0
* Refactor to check for nans in JAX crlb calculation
* fix test for new args
* delete tile, use broadcast_to
* Add script to write out accumulative closure phase
Stitch and output all per-ministack `temporal_coherence_` and `simila…
…rity_` files (#615)
* Return all temporal coherence/phase similarity files during sequential runs
* Fix stitching and outputs after merging by date
* fix test
* If renaming, replace the list
* Keep backwards compat, and dont duplicate for 1 ministack
* Make a named tuple for the long wrapped_phase output
* Clean up docker, add missing tyro
Closes#629
* Fix the _average stitching naming problem
Nisar datasets (#559)
* add dataset to input arguments for nisar
* set subdataset argument default value to None
---------
Co-authored-by: mirzaees <smirzaee@aurora.jpl.nasa.gov>