Skip to content

Commit a8433cb

Browse files
committed
Fix READMEs for MRS and Monte Carlo
1 parent 253ba9b commit a8433cb

File tree

2 files changed

+47
-9
lines changed

2 files changed

+47
-9
lines changed

Multivariate Rejection Sampling/README.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The main benefit of MRS is being able to get new Monte Carlo results in a fracti
1616

1717
Markdown file describing the contents in the present folder.
1818

19-
- MRS_results.pdf :
19+
- MRS_results_v1.pdf :
2020

2121
Resulting PDF image of an MRS calculation.
2222
@@ -25,12 +25,6 @@ The main benefit of MRS is being able to get new Monte Carlo results in a fracti
2525
Jupyter notebook used for the MRS calculation example.
2626
The badge "Open in Colab" is recommended to run this file.
2727

28-
- valetudo_reanalysis.valetudo_disp_out.txt :
29-
30-
Monte Carlos Analysis inputs for the Valetudo rocket. This is used by the MRS example.
31-
32-
- valetudo_reanalysis.valetudo_disp_out.txt :
33-
34-
Monte Carlos Analysis ouputs for the Valetudo rocket. This is used by the MRS example.
35-
28+
- all_members_mrs_test/, all_members_orginal/, ensemble_member_4_mrs_test/, ensemble_member_4_original/, ensemble_member_comparison/ :
3629

30+
Monte Carlos Analysis inputs and outputs for the Valetudo rocket. This is used by the MRS example.

Valetudo_Monte_Carlo/README.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Projeto-Jupiter/RocketPaper/blob/main/Valetudo_Monte_Carlo/Valetudo_Monte_Carlo_Dispersion_Analysis.ipynb)
2+
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/Projeto-Jupiter/RocketPaper/main?filepath=Valetudo_Monte_Carlo%2Valetudo_Monte_Carlo_Dispersion_Analysis.ipynb)
3+
4+
5+
## Monte Carlo Dispersion Analysis using RocketPy
6+
7+
This folder contains all the inputs and files used to run the Monte Carlo dispersion analysis using RocketPy for the paper.
8+
9+
10+
### Files description:
11+
12+
- README.md :
13+
14+
Markdown file describing the contents in the present folder.
15+
16+
- Valetudo_Monte_Carlo_Dispersion_Analysis.ipynb :
17+
18+
Jupyter notebook used for the Monte Carlo analysis.
19+
The badge "Open in Colab" is recommended to run this file.
20+
21+
- SisRec.py, _SisRec.so, -SisRecBase.pyd
22+
23+
Files used by Valetudo_Monte_Carlo_Dispersion_Analysis.ipynb to emulate the parachute triggering system used in the Valetudo rocket.
24+
25+
- analyses_inputs/Cd_PowerOff.csv, analyses_inputs/Cd_PowerOn.csv
26+
27+
Valetudo's drag curves used fot the simulations in Valetudo_Monte_Carlo_Dispersion_Analysis.ipynb.
28+
29+
- analyses_inputs/LASC2019_byGio_in2020.nc
30+
31+
Weather netCDF file with an ensemble reanalysis of the atmospheric conditions near the Valetudo's launch site for the launch date and time. Used in Valetudo_Monte_Carlo_Dispersion_Analysis.ipynb.
32+
33+
- analyses_inputs/thrustCurve.csv
34+
35+
Valetudo's rocket motor thrust curve. Used in Valetudo_Monte_Carlo_Dispersion_Analysis.ipynb.
36+
37+
38+
- analyses_inputs/Valetudo_basemap_final.jpg
39+
40+
Valetudo's launch site map. Used to generate mapped plots in Valetudo_Monte_Carlo_Dispersion_Analysis.ipynb.
41+
42+
- analyses_outputs/...
43+
44+
Output files for several Monte Carlo reanalysis, all generated by Valetudo_Monte_Carlo_Dispersion_Analysis.ipynb using different parameters.

0 commit comments

Comments
 (0)