Update Documentation authored by Doriann Blain's avatar Doriann Blain
...@@ -543,9 +543,9 @@ Structure of the file: ...@@ -543,9 +543,9 @@ Structure of the file:
├── run_quality ├── run_quality
| ├── actual_internal_temperature <- (scalar float) actual T_int of the planet at the end of the run | ├── actual_internal_temperature <- (scalar float) actual T_int of the planet at the end of the run
| ├── chi2_retrieval <- (scalar float) reduced chi2 of the retrieval | ├── chi2_retrieval <- (scalar float) reduced chi2 of the retrieval
| ├── delta_chi2_retrieval <- (scalar float) relative difference between the chi2 and the chi2 at the previous iteration. | ├── delta_chi2_retrieval <- (scalar float) relative difference between the red. chi2 and the red. chi2 at the previous iteration
| ├── delta_temperature <- (array float) difference between the temperature and the temperature at the previous iteration. | ├── delta_temperature <- (array float) difference between the temperature and the temperature at the previous iteration
| └── radiosity_actual_target_ratio <- (scalar float) ratio of the actual radiosity of the planet at the end of the run and the targeted radiosity (calculated with internal_temperature in input). | └── radiosity_actual_target_ratio <- (scalar float) ratio of the actual radiosity of the planet at the end of the run and the targeted radiosity (calculated with internal_temperature in input)
└── spectra └── spectra
├── emission ├── emission
| ├── contributions | ├── contributions
... ...
......