Eric Fielding
Eric Fielding
I have not yet tried the new modern mode in GMT 6, but I read the note that @weiji14 linked. It seems that GMT 6 uses "hidden" files to store...
Below is an example of the kind of map that I was talking about. I used one colormap for the topography data and a different colormap for the SAR interferometry...
Thanks for the information. I hope this can be added, but I understand that you have a PhD dissertation to complete and defend.
The Linux server I was using recently has 16 cores and two threads per core. It ran successfully with 32 parallel dask processes. It was using files on a ZFS...
I got the `cmake -DCMAKE_FIND_FRAMEWORK=NEVER -DCMAKE_INSTALL_PREFIX=../install ../src/fringe` to work on my Mac, but I am having trouble with it not finding the `mpi.h` file on build. ``` make all [...
Hi, I suspect that the GPU use was not added to the `stripmapApp.py` application because it is typically used for processing pairs that don't take so long to run. You...
Hello Xin-Wang, The `topsApp.py` application includes the option to run "dense offsets" that is another name for pixel offset tracking. You can add the "do dense offsets" True option to...
You can add this to your `topsApp.xml` file: ``` True 64 64 5 ```
You can try running that. I think that the `Ampcor window` width and height are better at 64 for Sentinel-1.
Yes, the `-10000` pixel value is a "no data" value that should be ignored, and there are also other pixels with bad measurements due to poor quality matches. The band1...