Eric Fielding

Results 8 issues of Eric Fielding

**Description of the desired feature** The new addition of UNIT in the `velocity.h5` output files is very helpful when we have run `timeseries2velocity.py` with a step function fit. It would...

to-do list
pull-request-welcome

**Description of the problem** Running geocoding script with the bilinear flag faults with an error. **Full script that generated the error** ``` geocode.py timeseriesStepModel.h5 timeseries -i bilinear ``` **Full error...

to-do list
pull-request-welcome

I am trying to build ISCE2 with all the requirements installed with Anaconda using the `scons` method. I had some trouble with using the system gcc v7 and the Anaconda...

bug

I am trying to process one of the ICEYE sample datasets, from their "Daily Coherent Ground Track Repeat Stack" dataset. I found there is an `ICEYE_SLC` sensor module that looks...

bug

I get this error when compiling the ISCE2 code with gcc11 or gcc12. It sees the same call to `getLineBand` with different parameters and does not allow it. This used...

bug

It is not possible to install `isce2` from conda-forge on an M1/M2 Mac because the package is not available for "osx-arm64". ``` conda install isce2 mintpy Retrieving notices: ...working... done...

**Describe the bug** Test program `test/test_interpolator.py` crashes Python **To Reproduce** Steps to reproduce the behavior: 1. py.test test/ 2. output: ``` ============================================================================ test session starts ============================================================================ platform darwin -- Python...

bug

These small changes to `IsFinite` function were necessary to compile on arm64 (Apple Silicon).