redback.transient_models.afterglow_models.vegas_models.vegas_two_component
- redback.transient_models.afterglow_models.vegas_models.vegas_two_component(time, redshift, thv, loge0, thc, lognism, loga, p, logepse, logepsb, g0, theta_w, loge0_w, g0_w, **kwargs)[source]
VegasAfterglow two-component jet with unified medium (ISM/Wind/Hybrid)
Jet with narrow core (theta < theta_c) and wide component (theta_c < theta < theta_w). Core has uniform energy E_iso and Lorentz factor Gamma0. Wide component has uniform energy E_iso_w and Lorentz factor Gamma0_w.
Used to model jets with distinct narrow and wide emission regions, such as those inferred from observations of GRB 170817A.
- Parameters:
time – time in days in observer frame
redshift – source redshift
thv – viewing angle in radians
loge0 – log10 core isotropic energy [erg]
thc – core opening angle in radians
lognism – log10 ISM number density [cm^-3] (use small number e.g., -20) for pure wind)
loga – log10 wind parameter A_* [g/cm] (use small number e.g., -20 for pure ISM)
p – electron power-law index
logepse – log10 electron energy fraction
logepsb – log10 magnetic field energy fraction
g0 – core initial Lorentz factor
theta_w – wide component outer opening angle [rad]
loge0_w – log10 wide component isotropic energy [erg]
g0_w – wide component initial Lorentz factor
kwargs – Same optional parameters as vegas_tophat (see vegas_tophat docstring)
- Returns:
flux density [mJy] or AB magnitude
Examples:
Pure ISM: lognism=0.0, loga=-20 Pure Wind: lognism=-20, loga=11.0 Hybrid: lognism=0.0, loga=11.0 (wind with ISM floor)