piyushrpt
piyushrpt
Ugh ... the problem could be in the use of the method LLH() - this is heritage code that in not maintained in isceobj.Util.geo.ellipsoid. This should be replaced by xyz_to_llh...
Can you also include the master and slave folders with IW{}.xml files only?
Looks like the scenes are from different datasets than the one above. So, am not able to reproduce the plots above. The equations currently don't account for along-track shift. Bpar...
Thanks for the quick response. The step appears to be gone now with the baseline transitioning smoothly between -1.x to 1.x , There was a zero crossing of baseline in...
It says, it cant find the Python headers. If on the base image that you are using, Python is installed in a custom location - the path to header should...
X11 and motif might use pthreads heavily. I don't know if linking / compiling with openmp gets in the way
I was building this on my mac. I will switch to using pyre from conda-forge on linux.
These were the other tests that failed. Digging deeper to see why ``` The following tests FAILED: 44 - test.cxx.isce3.geometry.bbox.geoperimeter_equator (Failed) 140 - test.python.pkg.pybind_nisar.workflows.geocode_insar (Failed) 146 - test.python.pkg.pybind_nisar.workflows.rubbersheet (Failed) ```
The `test.cxx.isce3.geometry.bbox.geoperimeter_equator` is due to `ogr->getNumPoints()` counting duplicate vertex for closed polygons and reporting 42 points instead of 41, here: https://github.com/isce-framework/isce3/blob/59cdd2c659a4879367db5537604b0ca93d26b372/tests/cxx/isce3/geometry/bbox/geoperimeter_equator.cpp#L153
The other failures seem to be a transient issue - different order of tests running might resolve it. Maybe dependency between tests?