You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I installed ISCE2 several days ago by building it using CMake on Ubuntu 22.04. I encountered a crash when processing TerraSAR-X data using stripmapApp.py in the runPreprocessor step
2024-09-12 14:50:59,839 - isce.isceobj.scene.frame - ERROR - Error. The attribute corresponding to the key "doppler_vs_pixel" is not present in the object "<class 'isceobj.Scene.Frame.Frame'>".
Possible causes are the definition in the xml file of such attribute that is no longer defined
in the object "<class 'isceobj.Scene.Frame.Frame'>" or a spelling error
I inspect the reference_slc.xml and the secondary_slc.xml, finding that the doppler_vs_pixel element is wrong:
Hi, I installed ISCE2 several days ago by building it using CMake on Ubuntu 22.04. I encountered a crash when processing TerraSAR-X data using stripmapApp.py in the runPreprocessor step
I inspect the reference_slc.xml and the secondary_slc.xml, finding that the doppler_vs_pixel element is wrong:
after modifying it into
I run the later steps successfully. The temporal method is to edit the code
in components/iscesys/Dumpers/XmlDumper.py. What is the reason for this problem, and is there a better method?
The text was updated successfully, but these errors were encountered: