Eric Fielding

Results 97 comments of Eric Fielding

The `mt_prep_isce` program for converting the ISCE2 outputs to StaMPS format is not part of the ISCE2 distribution, but maybe someone can answer this question here.

The `make_single_reference_stack_isce` program to prepare the ISCE2 output for StaMPS is not part of the ISCE2 distribution. Perhaps @dbekaert can answer this question.

The systematic azimuth shift could be caused by a strong ionospheric gradient on one of the dates. Did you try running the range split-spectrum estimation of the ionospheric effects?

The default units of "cm" for `save_kmz.py -v` should be better specified in the help. I don't run it often, and I keep forgetting that it uses centimeters while the...

I am using Cartopy installed by the MacPorts system and it has installed Cartopy 0.21.0_0 with shapely 2.0.1_1. This combination is having the issue mentioned above ``` import cartopy File...

@tdl255 The `Initializing X toolkit; Error: Can't open display` is a problem with the X11 environment variables in your terminal. It seems that the mdx program was compiled successfully as...

Thanks, Dani! Do you know how to send these changes as a Pull Request to the ISCE2 repository?

I hit this problem with a Python 3.10 installed by Anaconda also. Is there a way to define the required `PY_SSIZE_T_CLEAN` globally in all of ISCE2 to make it compatible...

The previous attempt was on a CentOS Linux system I tried the build of my PR version on my Mac with MacPorts installation and gcc10, and I got the same...

Thanks @rtburns-jpl for the suggestion. I am using `scons install`. Where would I add that FFLAGS setting? I tried adding it in `config/SConfigISCE`, but it did not get included in...