Skip to content

Linear and nonlinear mapping of sea surface waves imaged by synthetic aperture radar

License

Notifications You must be signed in to change notification settings

eltjonqef/OceanSARImagingSimulator

Repository files navigation

OceanSARImagingSimulator

This repository is work conducted by me as part of my thesis project in Chalmers University of Technology for the Communication Engineering MSc. program.

Thesis title: Linear and nonlinear mapping of sea surface waves imaged by synthetic aperture radar

Project worker: Eltjon Qefalija

Supervisor: Anis El Youncha

Examiner: Leif Eriksson

Sea Surface

Installation

Clone

git clone https://github.com/eltjonqef/OceanSARImagingSimulator
cd OceanSARImagingSimulator

Virtual Environment

python3 -m venv venv

Linux/MacOS

source venv/bin/activate

Windows

venv\Scripts\activate

Requirements

pip3 install -r requirements.txt

Execution

Generate Parameters

In the autogen folder, exist files for generating the parameter files In the code you can change the wind speed, wind direction, incidence angle and beta. For results

python3 autogen/generateParametersForResults.py input.yaml output_folder

or for appendix

python3 autogen/generateParametersForAppendix.py input.yaml output_folder

Single Simulation

python3 simulation.py parameter_file.yml output_folder

Parallel Simulations

python3 parallel_simulations.py config_folder output_folder

License

The code is licensed under the MIT License.

25_chalmers_logo_390x300

Releases

No releases published

Packages

No packages published

Languages