StefanJAuer / RaySAR

RaySAR is a 3D synthetic aperture radar (SAR) simulator which enables to generate SAR image layers related to detailed 3D object models. Moreover, it enables one to localize the 3D positions and surface intersection points related to reflected radar signals. In particular, RaySAR helps to understand the nature of signal multiple reflections at man-made objects (e.g. building structures) or artificial shapes. Scene models with different levels of detail can be processed - from digital surface models (DSMs) to high-end 3D structures - which can be defined in relative or absolute world coordinates. RaySAR can be run on Windows / Linux and is based on an adapted version of the open-source ray tracer POV-Ray.
172 stars 56 forks source link

Create a Git repository with the code #11

Open Hneuschmidt opened 7 months ago

Hneuschmidt commented 7 months ago

The code is currently only available as a bundled release. It would be advantageous to have the code be available also as a git repository.

Concrete advantages of a having repository:

My first step will be to add all the code in its current form to a branch. For now, I will leave out files that are not text files, which generally do not benefit from being in a git repository. This specifically includes the compiled version of the matlab part and POV-Ray, example models and the pdf version of the documentation. These files will still be available through the releases mechanism as is the case right now. I think the documentation should also live in the repo in a source version that can be compiled by users or hosted somewhere, but that is a for a separate issue.

In general, I plan to use these issues as a form to communicate what I am working on, so @StefanJAuer can weigh in if there is something to discuss and as a way to document what is being worked on and the reasoning behind changes.

Once a project is complete, I will close the issue.