Prepare Stack to Stamps with TerrasarX data (ISCE)

Hi Nadiaha,

There are no instructions for using TSX in ISCE StripMap stacking. Is there a particular step you need help with?

Here is a sample of my unpack_TSX.py and prep_TSX.py scripts (from my anaconda3/envs/isce2/share/isce2/stripmapStack directory).
I use this command in python to unpack my Starring Spotlight TerraSARX (TSX) images:

!prep_TSX.py -w ../ -i downloads/ -f /T*X1_ST_021*

before using prep_TSX.py make sure to unzip your files, I unzipped my tar.gz files using:

os.chdir('/downloads')
!cat ../targz/*.tar.gz | tar -xvzf - -i #unzip

this unzips them to the downloads directory.

prep_TSX.py (1.8 KB)
unpackFrame_TSX.py (1.6 KB)

Hope this helps!