Closed Arctic-Ambrun closed 6 months ago
Check the README.md
for stripmapStack. It explains how to use the "prep" and "unpack" programs to prepare the CSK data for stack processing.
just come back and answer the question. And hope that works for ppl who not familiar enough with that.
when using stackStripMap.py to process CSK .h5 file, first step is to convert that from .h5 to .slc use UnpackFrame_CSK.py to convert it
Then make them into a standard format, rename the DATA.slc into #datetime.slc such as 20190101.slc Also make that with DATA.slc.vrt and DATA.slc.xml and put them into individual folders named like 20190101
Then fix the routine with fixImagexml.py
now you got a big folder like RAW - 20190101 - 20190101.slc
Then use StripmapApp.py -s RAW
Will update the Readme.md after this experiment.
Hello everyone, I`m trying to follow the scripts stackStripMap.py when processing the CSK data, while I dont know how to transfer that to the SLC type. Can Anyone help me? thanks