Skip to content

kleok/InSAR-Simulator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

InSAR-Simulator

InSAR Data Simulator for generating synthetic InSAR noisy images with ground truth clean phase and cohrerence estimation.

This Simulator is used for paper "DeepInSAR: A Deep Learning Framework for SAR Interferometric Phase Restoration and Coherence Estimation". Please check out the branch 'DeepInSAR-v1' to get the same version which is used in paper's experiments.

Generate a set of 2D signals

python gen_2d_signals.py \
   seed=1234 \
   samples=500 \
   workers=5 \
   height=512 \
   width=512 \
   processing_dir=/mnt/hdd1/3vG_data/sim/sim2d/2021-03-21-500_500/

About

InSAR Data Simulator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%