uvex_transients.simulation.exposure_catalog.ExposureCatalog.table#

ExposureCatalog.table: QTable#

One row per (transient type, time bin).

Columns: transient_type (str), time_bin (int), t_start/t_end (the bin’s own edges), n_pixels_visited, solid_angle (the visited footprint, in steradians), duration (the bin width, i.e. t_end - t_start, not padded by any transient’s duration_limit), effective_exposure (solid_angle * duration), and expected_events (effective_exposure * that row’s transient type’s own integrated_rate).

Type:

QTable