fringe icon indicating copy to clipboard operation
fringe copied to clipboard

Fine Resolution InSAR With Generalized Eigenvectors (FRInGE)

Results 26 fringe issues
Sort by recently updated
recently updated
newest added

- When running the unwrapping script with snaphu I get the message: - "one or more interferogram dimensions too large" - file size is (67557.0,18929.0) - Phass doesn't seem to...

Hi All, I'm getting a segmentation fault whenever the c++ modules are imported. ``` (fringe) MBP:fringe rbiessel$ python Python 3.7.7 (default, Mar 23 2020, 17:31:31) [Clang 4.0.1 (tags/RELEASE_401/final)] :: Anaconda,...

I am sharing the anaconda environment on Ubuntu 18.04 in which I was able to install successfully and use FRInGE functionalities. I hope this helps people on the installation phase...

I had to slightly change the Cmake command from: `CXX=clang++ cmake -DCMAKE_INSTALL_PREFIX=../install ../src/fringe` To the following to install the package on my Mac: `CXX=clang++ cmake -DCMAKE_FIND_FRAMEWORK=NEVER -DCMAKE_INSTALL_PREFIX=../install ../src/fringe ` Before...

Hi All, When checking the processing flow from stackSentinel.py (SLC stack pipeline) to FRInGE, I realized that there doesn't seem to be a topophase removal step. Maybe I am wrong...

Unwrapping of the PS and DS using the run_unwrap_ps_ds.sh stopped due to the following error: snaphu v1.4.2 Reading wrapped phase from file PS_DS/20200821_20200914.int No weight file specified. Assuming uniform weights...

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....

Specific Example: - 121 total SLCs - mini-stack of size 20 - leaves a single SLC Result: - no EVD folder created for the single SLC - integratePS.py crashes because...

Related to https://github.com/isce-framework/isce2/issues/126 Currently, flagged by codacy because of system calls

enhancement

Building fringe using: CXX=g++ cmake -DCMAKE_INSTALL_PREFIX=../install ../src/fringe on "Ubuntu 18.04.4 LTS", where file structure is Fringe build src fringe install I get the following error message: CMake Error at /usr/local/home/jlmd9g/software/minicondda3/envs/fringe/share/cmake-3.17/Modules/FindPackageHandleStandardArgs.cmake:164...