Geoffrey Gunter

Results 13 comments of Geoffrey Gunter

@ZGHHGZ thanks for the report. I noticed this issue recently as well. The process segfaults somewhere around the secondary unwrapping step when run in tiled mode with multiprocessing. I think...

K I addressed all of the above comments and added in the "README" file from the original SNAPHU source. I also removed the "requirement" file, which seemed to be a...

Hi @seongsujeong. Sorry, the public installation instructions for isce3 have gotten somewhat outdated and are a bit misleading. In particular, I suspect the reason all of the python unit tests...

Yup, sorry, we had patched this issue internally but I neglected to sync the updates to the public repo. I just pushed the latest changes to develop. @Narayana-Rao, the issue...

Hi @Narayana-Rao, thanks for pointing this out -- I wasn't aware of this issue. It looks like you're correct that the issue has to do with the GDAL version. ISCE3...

Hi @piyushrpt, thanks for testing out the new release and keeping us honest! >Some the tests fail with ctest possibly because they are trying to reach out to a s3...

>Is there a shortcut to determine if CUDA support is included in a build? Yup, on the python side, you can do ```python import isce3 hasattr(isce3, "cuda") # True if...

Hi @Narayana-Rao, isce3 uses two different software packages to interact with HDF5 files: the `h5py` package is used by isce3's Python code, and the underlying `libhdf5` library is used directly...

Hi @seongsujeong, thanks for the detailed report. I'm guessing that this might be the underlying cause of the issue: HDF5 made a [breaking change to their API in v1.12](https://www.hdfgroup.org/2020/03/release-of-hdf5-1-12-0-newsletter-172/) that...

FYI, @bhawkins-jpl has a Python logger here that satisfies the NISAR log format spec: https://github.com/isce-framework/isce3/blob/e4a24ce8927388062825ab8cad95fd88fe937edb/python/packages/nisar/workflows/focus.py#L1184-L1198 Not sure how similar our requirements for logging in OPERA are.