uvex_transients.simulation.event_catalog.EventCatalog.downsample#
- EventCatalog.downsample: int | dict[str, int] | None = None#
The downsample factor(s) generation was run with.
Either a single factor applied to every transient type, a
{transient key: factor}mapping giving a per-type factor (a type missing from the mapping wasn’t downsampled), or None if generation wasn’t downsampled at all – see ~uvex_transients.simulation.core.SurveySimulator.generate_events.