Replies: 2 comments 3 replies
-
Unless you have access to RSAT2 precise orbits, this is not going to be easy to deal with. If you have access to precise orbits, you should be able to unpack the data successfully. The orbits in XML file are often of insufficient duration and we had a hacky work around to extend it (related to errors above). |
Beta Was this translation helpful? Give feedback.
-
They are separate files that are distributed separately and not included with the imagery. If you don't have access to those, it is going to be hard to make RSAT2 work like other sensors. The orbits in XML files are not of great quality and you actually have to use a different orbit interpolation method etc. Easiest would be to work with the precise orbits and pass the folder with the orbits as an input to the reader object using |
Beta Was this translation helpful? Give feedback.
-
Hello, after googling and a lot of trials and errors, I am hitting a wall. I am using the licensed version of ISCE-2.2.0 from https://winsar.unavco.org/software/isce. I also built and installed the ISCE-2.0.0 version without success.
My main goal is to use stripmapStack to process this data and at the moment I have the following errors:
ISCE-2.2.0
stripmapApp.py --steps int_130327_140322.xml
unpackFrame_RSAT2.py -i ../rsat2_data/130327/ -o SLC/20130327
I got the same error, so I tried to change the versions of gfortran, gcc, and g++ to 4.6, 5.5, and 7.5 without success. So the active one on those screenshots is version 4.6.
ISCE-2.0.0
Using isce-2.0.0, I was able to see more progress in the processing, but in the end, I got an error as well:
insarApp.py --steps insar_130327_140322.xml
As I mentioned before, my main goal is to process this data with stripmapStack.py. Any suggestion would be helpful.
Thanks!
Edit:
Forgot to mention, when using the non-licensed version of isce installed via conda I have the following errors:
ISCE-2.5.3
unpackFrame_RSAT2.py -i ../rsat2_data/130327/ -o SLC/20130327
Beta Was this translation helpful? Give feedback.
All reactions