Skip to content

Commit

Permalink
changed the spelling of disk to disc, to follow the paper UK conventi…
Browse files Browse the repository at this point in the history
…on; slightly resized the title of Figure 12
  • Loading branch information
cosimoNigro committed Jan 14, 2022
1 parent f7f0dd7 commit b4c55c4
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions figure_12_tau_blr_validation.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
ax1.set_title(
"abs. on spherical shell BLR, "
+ r"$r=1.1 \times 10^{16}\,{\rm cm} < R_{\rm Ly \alpha},\,\mu_{\rm s}=0$",
fontsize=15,
fontsize=14,
)
ax1.set_ylim([1e-1, 1e3])

Expand All @@ -83,7 +83,7 @@
ax2.set_title(
"abs. on spherical shell BLR, "
+ r"$r=1.1 \times 10^{20}\,{\rm cm} \gg R_{\rm Ly \alpha},\,\mu_{\rm s} \neq 0$",
fontsize=15,
fontsize=14,
)
ax2.set_ylim([1e-6, 1e-2])

Expand Down
2 changes: 1 addition & 1 deletion figure_3_u_targets_example.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
r_label = r"$r\,/\,{\rm cm}$"

ax.axhline(u_cmb.to_value("erg cm-3"), lw=2, color="k", label="CMB")
ax.loglog(r, u_disk, lw=2, color="crimson", label="disk")
ax.loglog(r, u_disk, lw=2, color="crimson", label="disc")
ax.loglog(r, u_blr, lw=2, color="dodgerblue", label="broad line region")
ax.loglog(r, u_dt, lw=2, color="goldenrod", label="dust torus")
ax.axhline(
Expand Down
2 changes: 1 addition & 1 deletion figure_6_PKS1510-089_fit_gammapy.py
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ def evaluate(
ls="-.",
lw=1.3,
color="dimgray",
label="agnpy, disk black body",
label="agnpy, disc black body",
)
ax.loglog(
nu / (1 + z),
Expand Down
2 changes: 1 addition & 1 deletion figure_6_PKS1510-089_fit_sherpa.py
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ def calc(self, pars, x):
ls="-.",
lw=1.3,
color="dimgray",
label="agnpy, disk black body",
label="agnpy, disc black body",
)
ax.loglog(
nu / (1 + z),
Expand Down
4 changes: 2 additions & 2 deletions figure_8_ec_disk_validation.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@
ax1.set_ylabel(sed_y_label)
ax1.legend(loc="best", fontsize=12)
ax1.set_title(
"EC on Shakura Sunyaev disk, " + r"$r=10^{17}\,{\rm cm} < R_{\rm out}$", fontsize=15
"EC on Shakura Sunyaev disc, " + r"$r=10^{17}\,{\rm cm} < R_{\rm out}$", fontsize=15
)

# SED far from the disk
Expand All @@ -177,7 +177,7 @@
ax2.fill_between(nu_ec, sed_ec_ps_in, sed_ec_ps_out, color="silver")
ax2.legend(loc="best", fontsize=12)
ax2.set_title(
"EC on Shakura Sunyaev disk, " + r"$r=10^{21}\,{\rm cm} \gg R_{\rm out}$",
"EC on Shakura Sunyaev disc, " + r"$r=10^{21}\,{\rm cm} \gg R_{\rm out}$",
fontsize=15,
)

Expand Down

0 comments on commit b4c55c4

Please sign in to comment.