uvex_transients.transients.LFBOTs.LuminousFastBlueOpticalTransient.luminosity_distance_grid#

property LuminousFastBlueOpticalTransient.luminosity_distance_grid: Quantity#

\(D_L(z)\) at each point of redshift_grid.

Cached alongside redshift_grid (built by the same _ensure_rate_table call, against the same cosmology), so a caller with a batch of sampled redshifts can get \(D_L\) for all of them via numpy.interp(z, transient.redshift_grid, transient.luminosity_distance_grid.value) * transient.luminosity_distance_grid.unit instead of a second, separate cosmology.luminosity_distance call.

Type:

Quantity