diff --git a/README.md b/README.md index 685f62f5a1b52910ea502a64abe271b852705fe7..4953b2fffa9a88eae92e41b774e6bec478da72e3 100644 --- a/README.md +++ b/README.md @@ -97,6 +97,55 @@ to update the left panel and ``` to update the right panel. Again, `mB` is the baryon particle mass in solar masses and `epsarr` is the softening length in pc. +**Fig. 8: Density estimate comparison** + +By default the same subset of simulations is shown as in the paper but to show a different subset, the following lines in `helpers/select_simulations_for_figures.py` can be updated: +``` +Fig8_mB = ["M5", "M5", "M5"] +Fig8_eps = [0.25, 0.25, 0.25] # kpc +Fig8_hmin = [0.0775, 0.0245, 0.00775] # kpc +Fig8_sfe = [0.00316, 0.00316, 0.00316] +``` + +**Fig. 9: Gas and stars gallery** + +By default the same subset of simulations is shown as in the paper but to show a different subset, the following lines in `helpers/select_simulations_for_figures.py` can be updated: +``` +Fig9_mB = ["M5", "M5", "M5", "M5", "M6"] +Fig9_eps = [0.25, 0.5, 0.25, 0.25, 0.25] +Fig9_hmin = [0.0775, 0.0775, 0.0775, 0.00775, 0.0775] +Fig9_sfe = [0.01, 0.00316, 0.00316, 0.00316, 0.00316] +``` +Note, that there are 2 independent scripts for the left (gas, `Fig9a_gallery_gas.py`) and the right half (stars, `Fig9b_gallery_stars.py`) of the figure. + +**Fig. 10: Gas and stars alterative parameters** + +By default the same subset of simulations is shown as in the paper but to show a different subset, the following lines in `helpers/select_simulations_for_figures.py` can be updated: +``` +Fig10a_mB = ["M5", "M5"] +Fig10a_eps = [0.25, 0.5] +Fig10a_hmin = [0.0775, 0.00775] +Fig10a_sfe = [0.00316, 0.00316] +``` +for the left panel and +``` +Fig10b_mB = ["M6", "M6"] +Fig10b_eps = [0.25, 0.5] +Fig10b_hmin = [0.0775, 0.00775] +Fig10b_sfe = [0.00316, 0.00316] +``` +for the right panel. + +**Fig. 11: Star formation rates** + +By default the same subset of simulations is shown as in the paper but to show a different subset, the following lines in `helpers/select_simulations_for_figures.py` can be updated: + +``` +Fig11_mB = ["M5", "M5", "M5", "M5", "M5", "M5"] +Fig11_eps = [0.25, 0.25, 0.25, 0.50, 0.50, 0.50] +Fig11_hmin = [0.00775, 0.0245, 0.0775, 0.00775, 0.0245, 0.0775] +Fig11_sfe = [0.00316, 0.00316, 0.00316, 0.00316, 0.00316, 0.00316] +``` # Authors and acknowledgment