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
The attribute corresponding to the key "commonburststartsecondaryindex" is not present in the object "<class 'isceobj.TopsProc.TopsProc.TopsProc'>".
#862
Open
m-elhussieny opened this issue
Jul 30, 2024
· 3 comments
Using default ISCE Path: /mnt/f/Ubuntu/Code/ISCE/install/isce
This is the Open Source version of ISCE.
Some of the workflows depend on a separate licensed package.
To obtain the licensed package, please make a request for ISCE
through the website: https://download.jpl.nasa.gov/ops/request/index.cfm.
Alternatively, if you are a member, or can become a member of WinSAR
you may be able to obtain access to a version of the licensed sofware at
https://winsar.unavco.org/software/isce
2024-07-30 17:46:04,252 - isce.insar - INFO - ISCE VERSION = 2.6.2, RELEASE_SVN_REVISION = ,RELEASE_DATE = 20220117, CURRENT_SVN_REVISION =
ISCE VERSION = 2.6.2, RELEASE_SVN_REVISION = ,RELEASE_DATE = 20220117, CURRENT_SVN_REVISION =
Step processing
Error. The attribute corresponding to the key "commonburststartsecondaryindex" is not present in the object "<class 'isceobj.TopsProc.TopsProc.TopsProc'>".
Possible causes are the definition in the xml file of such attribute that is no longer defined
in the object "<class 'isceobj.TopsProc.TopsProc.TopsProc'>" or a spelling error
The text was updated successfully, but these errors were encountered:
burstOffset contains a numpy.int64 which then is used to construct other variables, including commonBurstStartSecondaryIndex, which ends up becoming a mix of numpy and built-in python types, and this propagates finally to the output computeBaseline.xml:
<propertyname="commonburststartsecondaryindex">
<value>[np.int64(0), np.int64(0), -1]</value>
<doc>Secondary burst start index for common bursts</doc>
</property>
This leads to a failed read when you then run verifyDEM as the next step.
Sorry, I'm also a beginner both with this software and SAR processing so I don't think I can answer your question.
Anyway I would strongly recommend you don't clog issues with questions that are unrelated to solving the issue, as it makes issue threads harder to read and understand. Please stick to the discussions board or ask for help on forums like this: https://forum.step.esa.int/.
It seems that you are running ISCE VERSION = 2.6.2 which is quite old. The version 2.6.3 was released more than a year ago. This issue is probably already fixed if you update to the newer version.
The text was updated successfully, but these errors were encountered: