Skip to content

Commit

Permalink
Update profiles_szp.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
xzackli committed Apr 24, 2024
1 parent 10aefee commit b4c5d46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/profiles_szp.jl
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ function profile_paint_szp!(m::Enmap{T, 2, Matrix{T}, CarClenshawCurtis{T}},
logMs = log10(Ms)

dI = p.szpack_interp(t, nu)*u"MJy/sr"
rsz_factor_I_over_y = (dI/(p.τ * θ_e)) * (2π)^4
rsz_factor_I_over_y = (dI/(p.τ * θ_e))
rsz_factor_T_over_y = abs(rsz_factor_I_over_y / ( (2 * constants.h^2 * ω^4 *^X) /
(constants.k_B * constants.c_0^2 * T_cmb * (ℯ^X - 1)^2)))
X_0 = calc_null(p, Ms*M_sun, z)
Expand Down

0 comments on commit b4c5d46

Please sign in to comment.