ManonDls / KFTS-InSAR

Kalman Filter Time series Analysis for InSAR
GNU General Public License v3.0
54 stars 11 forks source link

Questions regarding input format #4

Closed bjmarfito closed 2 years ago

bjmarfito commented 2 years ago

Hi, is there a code in KFTS to generate h5 files from stack of unwrapped interferograms in ISCE2 or do I need to create my own code to generate an h5 file?

CanZhang-zc commented 2 years ago

Hi, is there a code in KFTS to generate h5 files from stack of unwrapped interferograms in ISCE2 or do I need to create my own code to generate an h5 file?

Hello bjmarfito, Have you solved the problem?

ManonDls commented 2 years ago

Hello both, Thank you for your messages and interest. I will provide a code this week (I need to work a little on it) working for ISCE (version 1) and maybe ISCE2 equally.

bjmarfito commented 2 years ago

Thank you @ManonDls!

CanZhang-zc commented 2 years ago

Thanks a lot, @ManonDls And can this code be applied to both GAMMA/Mintpy? Or can it be modified to apply?

ManonDls commented 2 years ago

Hello @CanZhang-zc @bjmarfito, I uploaded a script that works with my setting. You can adjust the config file to fit to your needs (see README). I suspect that key functions in prepare_input.py like makefnames also has to be adjusted to your own file architecture. Please let me know if you encounter major problems.

CanZhang-zc commented 2 years ago

Thanks a lot, @ManonDls

bjmarfito commented 2 years ago

Thank you @ManonDls!