-
Notifications
You must be signed in to change notification settings - Fork 275
Radarsat-2 stackStripMap.py #941
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
This error could not be solved in the end as long as I used only 5 state vectors provided in 'product.xml'. But after modifying the unpackFrame_RSAT2.py to read 15 state vectors from the POD file (*****_DEF.ORB), the problem with reading state vectors no longer occurs. Using the original 'unpackFrame_RSAT2.py' caused an additional error in 'run_01_crop', which said that the value of obj.frame._dopplerVsPixel was none. So I added a part that assigns the value of obj.frame._dopplerVsPixel by referring to the corresponding part of 'Radarsat2.py'. I remember that almost the same error occurred when I used the 'alosstack' script #344. The modified unpackFrame_RSAT2.py is as follows;
If there is something wrong in the modified script, please tell me. |
I used stackStripMap.py to make Radarsat-2's SLC stack for StaMPS. Before running it, I successfully ran 'run_unPackRSAT2' by following the README.md in /share/isce2/stripmapStack. For reading orbit information, I have made correction about reading Radarsat-2 orbit information, as mentioned by @fdelgadodelapuente, #654.
I ran stackStripMap.py as followed, and got the following error.
This looks like error about reading state vectors. In the **.slc.xml files, created by unpackFrame_RSAT2.py, there is no orbit information. Perhaps, my process of unpackFrame_RSAT2 was not successful? The following output is the result of run_unPackRSAT2 (picking up a result on one SLC). This looks like correct reading state vectors from 'product.xml'.
Can anyone give me any advice?
The text was updated successfully, but these errors were encountered: