Skip to content

Program to automatically create interferogram images.

License

Notifications You must be signed in to change notification settings

Konstantysz/InterGen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

InterGen

Python interferogram generator.

Getting Started

This project was created to make data set for neural network.

Prerequisites

To run this project you have to install following packages:

pip install numpy
pip install matplotlib
pip install PIL
pip install numba
pip install cupy

Running

Interferogram genrator

To run you have to run runInterGen.py. With examplary command

python runIntergen.py [folder for results]

For help with parsing arguments

python runIntergen.py --help

If you want to edit generation parameters modify file settings.json.

Chambolle labels genrator

To run you have to run runChambolle.py. With examplary command

python runChambolle.py [dataset directory] [output] [mode] [number of images] [starting image id]

For help with parsing arguments

python runChambolle.py --help

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

Program to automatically create interferogram images.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages