isce-framework / isce2

InSAR Scientific Computing Environment version 2
Other
511 stars 251 forks source link

How to transfer CSK data from the .h5 file to .slc file #689

Closed Arctic-Ambrun closed 6 months ago

Arctic-Ambrun commented 1 year ago

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

EJFielding commented 1 year 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.

Arctic-Ambrun commented 7 months ago

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

Arctic-Ambrun commented 7 months ago

Will update the Readme.md after this experiment.