Skip to content

Commit

Permalink
Merge pull request #268 from SWIFTSIM/add_hardwick_calibration_plot
Browse files Browse the repository at this point in the history
Add a galaxy-sizes plot with comparison data only for calibration
  • Loading branch information
MatthieuSchaller authored Nov 15, 2023
2 parents 9c95575 + 048f8fc commit 3903e0a
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions colibre/auto_plotter/galaxy_sizes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,38 @@ stellar_mass_projected_galaxy_size_50:
- filename: GalaxyStellarMassGalaxySize/Lange2015rBand.hdf5
- filename: GalaxyStellarMassGalaxySize/xGASS.hdf5

stellar_mass_projected_galaxy_size_calibration_50:
type: "scatter"
legend_loc: "upper left"
x:
quantity: "apertures.mass_star_50_kpc"
units: Solar_Mass
start: 1e6
end: 1e12
y:
quantity: "projected_apertures.projected_1_rhalfmass_star_50_kpc"
units: kpc
start: 1e-1
end: 3e1
median:
plot: true
log: true
adaptive: true
number_of_bins: 30
start:
value: 1e6
units: Solar_Mass
end:
value: 1e12
units: Solar_Mass
metadata:
title: Stellar Mass-(Projected) Galaxy Size relation (50 kpc aperture, calibration)
caption: Uses stellar sizes calculated from a projected distribution within a 50 kpc aperture. The comparison data is used for calibration.
section: Sizes
observational_data:
- filename: GalaxyStellarMassGalaxySize/Hardwick2022_halfmass.hdf5
- filename: GalaxyStellarMassGalaxySize/Vernon.hdf5

stellar_mass_projected_galaxy_size_30:
type: "scatter"
legend_loc: "upper left"
Expand Down

0 comments on commit 3903e0a

Please sign in to comment.