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
Report Link: Thesis
git clone https://github.com/eltjonqef/OceanSARImagingSimulator
cd OceanSARImagingSimulatorpython3 -m venv venvsource venv/bin/activatevenv\Scripts\activatepip3 install -r requirements.txtIn 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_folderor for appendix
python3 autogen/generateParametersForAppendix.py input.yaml output_folderpython3 simulation.py parameter_file.yml output_folderpython3 parallel_simulations.py config_folder output_folderThe code is licensed under the MIT License.

