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
git clone https://github.com/eltjonqef/OceanSARImagingSimulator
cd OceanSARImagingSimulator
python3 -m venv venv
source venv/bin/activate
venv\Scripts\activate
pip3 install -r requirements.txt
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
python3 simulation.py parameter_file.yml output_folder
python3 parallel_simulations.py config_folder output_folder
The code is licensed under the MIT License.