Zhang Yunjun

Results 130 comments of Zhang Yunjun

Hi @bbuzz31, `timeseries2velocity.py` is reading the reference pixel value using an independent call of `readfile.read()` as below. So the reference point can be outside of the box/patch/chunk in multi-patches processing....

Hi @mcontk, the `DATE12` metadata is generated by `prep_gmtsar.py`. I guess there is a warning message there, could you confirm? If so, please manually run the `prep_gmtsar.py` command as printed...

Close this issue as the cause has been identified and is out of mintpy.

Thank you @ymcmrs for the checking. This is very helpful: I thought the script is not working ;) Since you are using it, it is useful to keep it as...

The frame number is defined explicitly as `str` type in the code [here](https://github.com/isce-framework/isce2/blob/e77d2073115725c08c395248a790d94c4a65ea9d/applications/alos2App.py#L48) and [here](https://github.com/isce-framework/isce2/blob/e77d2073115725c08c395248a790d94c4a65ea9d/components/isceobj/Sensor/MultiMode/Frame.py#L17), thus, I think keeping the string type as it's now in `track.frams[j].frameNumber` should be a...

Thank you @scottstanie for this exciting PR!!! I am trying to review this PR, but it does not seem easy to see what data and metadata have been added in...

This sounds good to me. Please feel free to go ahead with it.

Hi @avalentino, I tried to use the argcomplete as below but was unsuccessful on the activation. I am using bash on a Mac with an M2 chip. After `mamba install...

Thanks @avalentino, you are right: the `activate-global-python-argcomplete --user` command works for Linux, because the `.bashrc` file sources the `.bash_completion` by default. For macOS, there is a [bash version compatibility](https://kislyuk.github.io/argcomplete/#global-completion) issue,...

Reopen the issue as the `ascendingNodeTime` is still missing, thus, could not calculate the first/last_frame number yet.