Skip to content

Commit

Permalink
Update FastCosmicIntegration.py
Browse files Browse the repository at this point in the history
Added extra comments.
  • Loading branch information
ilyamandel authored Sep 11, 2024
1 parent f075ee2 commit 4d53510
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ def find_metallicity_distribution(redshifts, min_logZ_COMPAS, max_logZ_COMPAS,
mu0 = 0.035 --> [float] location (mean in normal) at redshift 0
muz = -0.23 --> [float] redshift scaling/evolution of the location (alpha in Neijssel+19)
sigma_0 = 0.39 --> [float] Scale (variance in normal) at redshift 0 (sigma in Neijssel+19)
sigma_z = 0.00 --> [float] redshift scaling of the scale (variance in normal)
alpha = 0.00 --> [float] shape (skewness, alpha = 0 retrieves normal dist)
sigma_z = 0.00 --> [float] redshift scaling of the scale (variance in normal, 0 in Neijssel+19)
alpha = 0.00 --> [float] shape (skewness, alpha = 0 retrieves normal dist as in Neijssel+19)
min_logZ --> [float] Minimum logZ at which to calculate dPdlogZ (influences normalization)
max_logZ --> [float] Maximum logZ at which to calculate dPdlogZ (influences normalization)
Expand Down

0 comments on commit 4d53510

Please sign in to comment.