uvex_transients.simulation.photometry_catalog#

Synthetic photometry of a full event catalog, produced by EventCatalog.compute_photometry_catalog.

PhotometryCatalog is EventCatalog’s per-observation counterpart: rather than one row per sampled event, it holds one row per (event, observation, band) synthetic measurement – exactly Event.simulate_photometry’s own table schema, vstack’d across every event in a catalog (see EventCatalog.simulate_photometry). Like EventCatalog and ExposureCatalog, it holds no live reference back to the schedule, transient instances, or event catalog it was computed against, so it round-trips to/from disk and pickles cleanly.

Classes

PhotometryCatalog(table)

Synthetic photometry for a whole ~uvex_transients.simulation.event_catalog.EventCatalog.