Skip to content

Commit

Permalink
Add stellar birth temperature plots to autoplotter
Browse files Browse the repository at this point in the history
  • Loading branch information
EvgeniiChaikin committed Jan 12, 2024
1 parent bc8949b commit 539139b
Showing 1 changed file with 87 additions and 0 deletions.
87 changes: 87 additions & 0 deletions colibre/auto_plotter/stellar_birth_densities.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,3 +115,90 @@ stellar_birth_density_stellar_mass_max_all_50:
title: Maximal Stellar Birth Density-Stellar Mass relation
caption: Includes all haloes, including subhaloes.
section: Stellar Birth Properties

stellar_birth_temperature_stellar_mass_min_all_50:
type: "scatter"
legend_loc: "upper left"
x:
quantity: "apertures.mass_star_50_kpc"
units: Solar_Mass
start: 1e4
end: 1e12
y:
quantity: "stellar_birth_temperatures.min"
units: "K"
start: 0.75e1
end: 0.75e5
median:
plot: true
log: true
adaptive: true
number_of_bins: 25
start:
value: 1e4
units: Solar_Mass
end:
value: 1e12
units: Solar_Mass
metadata:
title: Minimal Stellar Birth Temperature-Stellar Mass relation
caption: Includes all haloes, including subhaloes.
section: Stellar Birth Properties

stellar_birth_temperature_stellar_mass_average_of_log_all_50:
type: "scatter"
legend_loc: "upper left"
x:
quantity: "apertures.mass_star_50_kpc"
units: Solar_Mass
start: 1e4
end: 1e12
y:
quantity: "derived_quantities.average_of_log_stellar_birth_temperature"
units: "K"
start: 0.75e1
end: 0.75e5
median:
plot: true
log: true
adaptive: true
number_of_bins: 25
start:
value: 1e4
units: Solar_Mass
end:
value: 1e12
units: Solar_Mass
metadata:
title: Average of log Stellar Birth Temperature-Stellar Mass relation
caption: Includes all haloes, including subhaloes.
section: Stellar Birth Properties

stellar_birth_temperature_stellar_mass_max_all_50:
type: "scatter"
legend_loc: "upper left"
x:
quantity: "apertures.mass_star_50_kpc"
units: Solar_Mass
start: 1e4
end: 1e12
y:
quantity: "stellar_birth_temperatures.max"
units: "K"
start: 0.75e1
end: 0.75e5
median:
plot: true
log: true
adaptive: true
number_of_bins: 25
start:
value: 1e4
units: Solar_Mass
end:
value: 1e12
units: Solar_Mass
metadata:
title: Maximal Stellar Birth Temperature-Stellar Mass relation
caption: Includes all haloes, including subhaloes.
section: Stellar Birth Properties

0 comments on commit 539139b

Please sign in to comment.