esa / LADDS

Large-scale Deterministic Debris Simulation - Codebase for the ARIADNA Study between TU Munich and ESA's Advanced Concepts Team.
GNU General Public License v3.0
5 stars 3 forks source link

Update dataset #108

Closed gomezzz closed 2 years ago

gomezzz commented 2 years ago

Description

For radius in particular we no longer just assume static values for space-track RCS data. I added sampling to make it more diverse.

Basically, I computed mean and std for the different categories RCS SMALL, MEDIUM and LARGE (< 0.1, 0.1 < RCS < 1.0, 1.0 <) and sampled from gaussian like that (minimum radius being 0.5cm,RCS=0.1, RCS=1.0 for the respective categories).

Values for that are image

Celestrak RCS distribution that I used for that is

image

Distribution of the sampled values looks like this

image

It's rather tame especially on the large ones but I think it's good to be a bit conservative here, what do you think? (the maximum randomly sampled object has a radius of 7.05m)

The sampled radii look like this

image (looks so different due to logscale)

@FG-TUM Should we put necessary I/O changes in C++ into same PR or create an issues and have another one?

Related Pull Requests

N / A

Resolved Issues

How Has This Been Tested?

Not yet.

FG-TUM commented 2 years ago

Should we put necessary I/O changes in C++ into same PR or create an issues and have another one?

New PR for the necessary C++ changes, if I make them. Otherwise, you would have to review your own PR. -> #109