uvex_transients.simulation.event#

A single sampled transient event, reconstructed from one EventCatalog row.

An Event wraps everything needed to evaluate one sampled transient’s detectability against a real survey schedule: its position, redshift, the luminosity distance and E(B-V) already cached in the catalog at generation time (see generate_events() – neither is re-derived here), its SED parameter seed, and the schedule’s own record of which observations actually covered its position during its active window.

Normally reconstructed via get_events(), not constructed directly.

Classes

Event(event_id, schedule, transient, coord, ...)

One sampled transient event, tied to a real survey schedule.