Zhang Yunjun
Zhang Yunjun
In the docker container, testings, including `MintPy/tests/smallbaselineApp.py`, on my laptop work very well, except for one issue: when I started an interactive shell session as below, `view.py` seems to work...
**Description of the desired feature** With the current version of HDF5 writing via `writefile.layout_hdf5/write_hdf5_block()`, the h5 file is complete even if the process is killed in the middle. This leads...
Copy over the to-do list in mintpy to simplify the conda-forge recipe by @jhkennedy from #648: + [x] 1. `test_smallbaselineApp.py` and similar should look for configs relative to itself, not...
Put up an issue here for the discussion on the unit test. #### core algorithms + [ifgram_inversion.ifgram_inversion_patch()](https://github.com/insarlab/MintPy/blob/master/mintpy/ifgram_inversion.py#L682), which calls [estimate_timeseries()](https://github.com/insarlab/MintPy/blob/master/mintpy/ifgram_inversion.py#L284) + [dem_error. correct_dem_error()](https://github.com/insarlab/MintPy/blob/master/mintpy/dem_error.py#L311) + [utils.utils1.run_deramp()](https://github.com/insarlab/MintPy/blob/master/mintpy/utils/utils1.py#L689) + [timeseries2velocity.run_velocity_estimation()](https://github.com/insarlab/MintPy/blob/master/mintpy/timeseries2velocity.py#L286) #### objects (and...
Create an issue page here to keep track of the common discussion for UAVSAR (processed with ISCE) data support as there will be several pull requests (#374) for it. ###...
This PR fix/add the following a few minor items: + `stripmap2vrt`: adjust to the new isce-2 convention of "geom_reference" + `tops2vrt`: fix `np.int()` deprecation warning + `unwrap_fringe`: add "used time"...
The current version of [unwrap_fringe.py](https://github.com/isce-framework/fringe/blob/master/python/unwrap_fringe.py#L58) has the following three parameters hardwired, using typical values from Sentinel-1. They should be extracted from the metadata files instead, like the unwrap.py from ISCE/topsStack....
**Description of the problem** Hi @ymcmrs, the `lookup_geo2radar.py` does not seem working for me, as shown in the error message below. Are you actively using this script? If not, we...
This PR fixes the issue reported in #630 by @svenborgstrom on the `correlation` workflow in `topsStack`, by replacing the undefined `runObj.burstIgram_mergeBurst()` with `runObj.generate_burstIgram()` and `runObj.igram_mergeBurst()`.
I am running the topsStack with ionospheric corrections, and had the following error in the "run_19_invertIon" step: ```bash Traceback (most recent call last): File "/home/zyunjun/tools/isce2/src/isce2/contrib/stack/topsStack/invertIon.py", line 223, in ionPairs[i, :,...